api base path FIX

This commit is contained in:
Patrick Haßel 2024-10-24 14:46:47 +02:00
parent 4b2a148ddc
commit 951b1ef8e4

View File

@ -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:",
}; };