From 236c9ec5d39ececf5914f54effa60fee5b7a0c41 Mon Sep 17 00:00:00 2001 From: LQ63 Date: Wed, 17 Dec 2025 02:32:25 +0100 Subject: [PATCH] feat(ui): FRO-36 PWA Added Knockoutwhist with manifest + worker to be downloadable. Offline screen can be improved --- knockoutwhistweb/conf/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knockoutwhistweb/conf/application.conf b/knockoutwhistweb/conf/application.conf index 3d41095..70674f6 100644 --- a/knockoutwhistweb/conf/application.conf +++ b/knockoutwhistweb/conf/application.conf @@ -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"]