build file

This commit is contained in:
sandhiya-hepl
2026-07-15 17:31:27 +05:30
parent d73e46ec61
commit 2d1ce59b9c
5 changed files with 4 additions and 54 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const API_BASE = '';
const API_BASE = import.meta.env.VITE_API_BASE || '';
export function getToken() {
return localStorage.getItem('admin_token');