Update frontend/src/store/DevelopmentStore.ts
This commit is contained in:
parent
9f830c4e48
commit
dbc72a3dc4
@ -23,7 +23,7 @@ export class DevelopmentStore {
|
||||
if (this.isDevelopment) {
|
||||
return 'http://localhost:80/';
|
||||
} else {
|
||||
return window.location.origin;
|
||||
return window.location.origin + "/";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user