gotwalt
12/14/2017, 6:08 PMinstall(CORS) {
method(HttpMethod.Options)
method(HttpMethod.Put)
method(HttpMethod.Delete)
header(HttpHeaders.Authorization)
allowCredentials = true
host("*", schemes = listOf("http", "https"))
}
gotwalt
12/14/2017, 6:09 PMorangy
gotwalt
12/14/2017, 6:15 PMgotwalt
12/14/2017, 6:35 PMgotwalt
12/14/2017, 6:35 PMgotwalt
12/14/2017, 6:35 PMgotwalt
12/14/2017, 6:36 PMgotwalt
12/14/2017, 6:39 PMgotwalt
12/14/2017, 9:35 PM