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