From abd4c24c83df9d0f6c52edeb57ba61d55e130ef7 Mon Sep 17 00:00:00 2001 From: Raymond Yang Date: Sun, 9 Aug 2026 11:50:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=9C=E4=B8=8A=E5=85=A7=E7=B6=B2allowHost?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../club/sakunadaisuki/pcrediveclanrecordbackend/plugins/Http.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/club/sakunadaisuki/pcrediveclanrecordbackend/plugins/Http.kt b/src/main/kotlin/club/sakunadaisuki/pcrediveclanrecordbackend/plugins/Http.kt index 561b5e0..8a9a674 100644 --- a/src/main/kotlin/club/sakunadaisuki/pcrediveclanrecordbackend/plugins/Http.kt +++ b/src/main/kotlin/club/sakunadaisuki/pcrediveclanrecordbackend/plugins/Http.kt @@ -10,6 +10,7 @@ fun Application.configureHttp() { install(CORS) { allowHost("localhost:8080") allowHost("table.sakunadaisuki.club") + allowHost("192.168.50.128:10002") allowMethod(HttpMethod.Options) allowMethod(HttpMethod.Put)