watchdog-be: f ktor #16

Merged
usbharu merged 1 commits from watchdog-be into master 2024-03-14 07:35:52 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 1783c99374 - Show all commits

View File

@ -34,6 +34,9 @@ fun Application.module() {
allowHost(frontEndUrl.authority, schemes = listOf(frontEndUrl.scheme))
allowCredentials = true
allowNonSimpleContentTypes = true
allowHeaders {
true
}
}
install(CallLogging){
level = Level.TRACE