admin path correction

This commit is contained in:
sandhiya-hepl
2026-07-15 17:14:41 +05:30
parent c440b643aa
commit e460416d00
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const API_BASE = import.meta.env.VITE_API_URL || '';
const API_BASE = import.meta.env.VITE_API_URL || '/citpl_website';
export function getToken() {
return localStorage.getItem('admin_token');