handle all pages dashboard & register api

This commit is contained in:
Ehsan
2025-05-24 22:17:55 +03:30
parent 7dfad1847a
commit 5fa740ad1b
19 changed files with 549 additions and 182 deletions
+2
View File
@@ -10,6 +10,8 @@ const api = axios.create({
headers: {
"Content-Type": "application/json",
Authorization: `Bearer ${cookies.get("access")}`,
Cookie:
"SESS318c6addec00b99e23988eb0e987826b=HpiIBmiGFlESY-f3IhkXEE5sq0mKVT-loNm5TiTN-UstIzn1",
},
});