diff --git a/quartz-manager-frontend/proxy.conf.json b/quartz-manager-frontend/proxy.conf.json index df22791..5a75f53 100644 --- a/quartz-manager-frontend/proxy.conf.json +++ b/quartz-manager-frontend/proxy.conf.json @@ -2,6 +2,7 @@ "/quartz-manager": { "target": "http://localhost:8080", "secure": false, + "cookiePathRewrite": "/", "ws":true } }