fix(api): incorrect local CORS url

This commit is contained in:
2026-02-22 01:00:57 +00:00
parent 7c95f87b40
commit f2596e75f0

View File

@@ -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