There was an error while loading. Please reload this page.
1 parent 5c115c2 commit 321c5a3Copy full SHA for 321c5a3
frontend/src/const.ts
@@ -1,4 +1,4 @@
1
-export const API_BASE_PATH = "/api";
+export const API_BASE_PATH = `${window.location.origin}/api`;
2
3
export const TEXT_FILTER_KEY = "text";
4
export const SERVICE_FILTER_KEY = "service";
0 commit comments