Skip to content

Commit 391b4de

Browse files
committed
Added web.escalaralcoiaicomtat.org
Signed-off-by: Arnau Mora Gras <[email protected]>
1 parent e66dc03 commit 391b4de

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/server/plugins

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package server.plugins
22

3-
import io.ktor.server.application.install
43
import io.ktor.server.plugins.cors.routing.CORS
54
import io.ktor.server.routing.Route
65

76
fun Route.configureCORS() {
87
install(CORS) {
98
allowHost("localhost:8080")
109
allowHost("app.escalaralcoiaicomtat.org")
10+
allowHost("web.escalaralcoiaicomtat.org")
1111
}
1212
}

0 commit comments

Comments
 (0)