watchdog-be: f ktor #16
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue