feat(ui): FRO-36 PWA #110

Merged
Janis merged 1 commits from feat/FRO-36 into main 2025-12-18 09:47:25 +01:00
Showing only changes of commit 236c9ec5d3 - Show all commits

View File

@@ -17,7 +17,7 @@ auth {
play.filters.enabled += "play.filters.cors.CORSFilter"
play.filters.cors {
allowedOrigins = ["http://localhost:5173"]
allowedOrigins = ["http://localhost:5173", "http://localhost:3000"]
allowedCredentials = true
allowedHttpMethods = ["GET", "POST", "PUT", "DELETE", "OPTIONS"]
allowedHttpHeaders = ["Accept", "Content-Type", "Origin", "X-Requested-With"]