path correction

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