From f2596e75f0aa34a8bc9737d15ff670a152d4c39d Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Sun, 22 Feb 2026 01:00:57 +0000 Subject: [PATCH] fix(api): incorrect local CORS url --- src/main/resources/application-local.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-local.properties b/src/main/resources/application-local.properties index 24ff790..0325cb2 100644 --- a/src/main/resources/application-local.properties +++ b/src/main/resources/application-local.properties @@ -10,4 +10,4 @@ spring.sql.init.schema-locations=classpath:db/schema.sql #spring.sql.init.data-locations=classpath:db/data.sql # Frontend -frontend.url=https://localhost:5173 +frontend.url=http://localhost:5173