watchdog-be: f ktor #16
|
@ -34,6 +34,9 @@ fun Application.module() {
|
||||||
allowHost(frontEndUrl.authority, schemes = listOf(frontEndUrl.scheme))
|
allowHost(frontEndUrl.authority, schemes = listOf(frontEndUrl.scheme))
|
||||||
allowCredentials = true
|
allowCredentials = true
|
||||||
allowNonSimpleContentTypes = true
|
allowNonSimpleContentTypes = true
|
||||||
|
allowHeaders {
|
||||||
|
true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
install(CallLogging){
|
install(CallLogging){
|
||||||
level = Level.TRACE
|
level = Level.TRACE
|
||||||
|
|
Loading…
Reference in New Issue