register update

This commit is contained in:
Samandar Turgunboyev
2026-03-18 17:56:26 +05:00
parent a34cf75c57
commit 22c1688781
31 changed files with 631 additions and 1080 deletions

View File

@@ -37,5 +37,6 @@ export const API_URLS = {
Notification_Ready: (id: number) => `/api/notifications/${id}/read/`,
Notification_Mark_All_Read: '/api/notifications/read-all/',
Info: "/auth/get-person/",
Get_Director_Info: "/auth/get-director/"
Get_Director_Info: "/auth/get-director/",
GetTokens: "/api/tokens/",
};