From 7f9dc5c97cec56a8e44ce1637ff231dcba84b15d Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 20 Feb 2025 10:37:54 +0800 Subject: [PATCH] chore(api): allow CORS from localhost:3000 for local development --- komga/src/main/resources/application-dev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/komga/src/main/resources/application-dev.yml b/komga/src/main/resources/application-dev.yml index 55d371b7e..f316d7102 100644 --- a/komga/src/main/resources/application-dev.yml +++ b/komga/src/main/resources/application-dev.yml @@ -5,6 +5,7 @@ komga: file: "file:tasks?mode=memory" cors.allowed-origins: - http://localhost:8081 + - http://localhost:3000 - https://komga.org oauth2-account-creation: false config-dir: ${rootDir}/config-dir