feat: Add header for admin .

This commit is contained in:
2025-10-30 11:29:07 +05:30
parent 7e7cb12e01
commit 96b505a38c
4 changed files with 7 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ export default function Login() {
method: 'GET',
headers: {
'Content-Type': 'application/json',
"X-Login-Type": "Admin",
'Authorization': `Bearer ${token}`
},
});