Skip to content

Commit

Permalink
Removing stray change from first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyAutrey authored and mkurz committed Jun 1, 2022
1 parent 209dcd8 commit bbd6c7c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -94,7 +94,7 @@ object CORSFilter {

def apply(
corsConfig: CORSConfig = CORSConfig(),
errorHandler: HttpErrorHandler = new DefaultHttpErrorHandler(),
errorHandler: HttpErrorHandler = DefaultHttpErrorHandler,
pathPrefixes: Seq[String] = Seq("/")
)(implicit mat: Materializer) =
new CORSFilter(corsConfig, errorHandler, pathPrefixes)
Expand Down

0 comments on commit bbd6c7c

Please sign in to comment.