watchdog-be: f ktor
/ build-tool (pull_request) Has been skipped Details
/ build-angular (pull_request) Has been skipped Details
/ build-watchdog-be (pull_request) Successful in 3m25s Details
/ build-docker-image (pull_request) Has been skipped Details

This commit is contained in:
usbharu 2024-03-14 16:35:37 +09:00
parent 62543f28c5
commit 1783c99374
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 3 additions and 0 deletions

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