Skip to content

Commit

Permalink
chore: allow every header
Browse files Browse the repository at this point in the history
  • Loading branch information
metehus committed Sep 28, 2023
1 parent e921f04 commit 93ed0b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/io/musicorum/api/plugins/HTTP.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ fun Application.configureHTTP() {
allowMethod(HttpMethod.Delete)
allowMethod(HttpMethod.Patch)
allowHeader(HttpHeaders.Authorization)
allowHeader("*")
anyHost()
}
}

0 comments on commit 93ed0b5

Please sign in to comment.