diff --git a/frontend/src/store/DevelopmentStore.ts b/frontend/src/store/DevelopmentStore.ts index 4ae2945..91c5ffe 100644 --- a/frontend/src/store/DevelopmentStore.ts +++ b/frontend/src/store/DevelopmentStore.ts @@ -23,7 +23,7 @@ export class DevelopmentStore { if (this.isDevelopment) { return 'http://localhost:80/'; } else { - return window.location.origin; + return window.location.origin + "/"; } } }