Added JSON response to Upload endpoint
This commit is contained in:
@ -13,6 +13,7 @@ export class DevelopmentStore {
|
||||
|
||||
constructor() {
|
||||
this.isDevelopment = location.port === '4200';
|
||||
console.log("Development mode enabled: " + this.isDevelopment);
|
||||
}
|
||||
|
||||
getIsDevelopment(): boolean {
|
||||
|
Reference in New Issue
Block a user