Added JSON response to Upload endpoint

This commit is contained in:
2024-02-15 21:51:57 +01:00
parent dbc72a3dc4
commit 3ebac8cf67
4 changed files with 18 additions and 6 deletions

View File

@ -13,6 +13,7 @@ export class DevelopmentStore {
constructor() {
this.isDevelopment = location.port === '4200';
console.log("Development mode enabled: " + this.isDevelopment);
}
getIsDevelopment(): boolean {