From f07c37114c3d06b743d7fc13c2fb7d27f7966a7d Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 29 Jun 2023 10:02:50 +0800 Subject: [PATCH] chore: change webui dev port to 8080 --- komga-webui/.env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komga-webui/.env.development b/komga-webui/.env.development index 176e9178a..559ce71fb 100644 --- a/komga-webui/.env.development +++ b/komga-webui/.env.development @@ -1,2 +1,2 @@ -VUE_APP_KOMGA_API_URL=http://localhost:25600 +VUE_APP_KOMGA_API_URL=http://localhost:8080 VUE_APP_LOG_LEVEL=debug