aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/config.ts')
-rw-r--r--frontend/app/config.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/app/config.ts b/frontend/app/config.ts
new file mode 100644
index 0000000..3e6e642
--- /dev/null
+++ b/frontend/app/config.ts
@@ -0,0 +1,2 @@
+export const BASE_PATH = import.meta.env.VITE_ALBATROSS_BASE_PATH || "/";
+export const API_BASE_PATH = `${BASE_PATH}api/`;