We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
web.escalaralcoiaicomtat.org
1 parent e66dc03 commit 391b4deCopy full SHA for 391b4de
src/main/kotlin/server/plugins/CORS.kt
@@ -1,12 +1,12 @@
1
package server.plugins
2
3
-import io.ktor.server.application.install
4
import io.ktor.server.plugins.cors.routing.CORS
5
import io.ktor.server.routing.Route
6
7
fun Route.configureCORS() {
8
install(CORS) {
9
allowHost("localhost:8080")
10
allowHost("app.escalaralcoiaicomtat.org")
+ allowHost("web.escalaralcoiaicomtat.org")
11
}
12
0 commit comments