api base path FIX
This commit is contained in:
parent
4b2a148ddc
commit
951b1ef8e4
@ -2,6 +2,6 @@ export const environment = {
|
|||||||
production: true,
|
production: true,
|
||||||
host: window.location.host.split(":")[0],
|
host: window.location.host.split(":")[0],
|
||||||
port: window.location.port,
|
port: window.location.port,
|
||||||
base: 'Data/',
|
base: 'Tools/',
|
||||||
secure: window.location.protocol === "https:",
|
secure: window.location.protocol === "https:",
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user