Expand CORS allowlist in Traefik to include http://localhost:5173 for development purposes

This commit is contained in:
Jeppe Bundgaard
2026-02-17 11:37:35 +01:00
parent 4d2264e51e
commit fc054d6226
+1
View File
@@ -73,6 +73,7 @@ http:
- "http://localhost"
- "https://localhost"
- "https://twdev.jeppeb.dk"
- "http://localhost:5173"
accessControlAllowMethods:
- GET
- POST