summaryrefslogtreecommitdiff
path: root/frontend/src/store/authStore.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/store/authStore.ts')
-rw-r--r--frontend/src/store/authStore.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/store/authStore.ts b/frontend/src/store/authStore.ts
index 652256c..47faed5 100644
--- a/frontend/src/store/authStore.ts
+++ b/frontend/src/store/authStore.ts
@@ -1,7 +1,7 @@
import { create } from 'zustand';
import { persist } from 'zustand/middleware';
-const API_BASE = 'http://localhost:8000';
+const API_BASE = '';
interface UserInfo {
id: number;