update register page ui and api
This commit is contained in:
@@ -36,4 +36,6 @@ export const API_URLS = {
|
||||
Notification_List: '/api/notifications/',
|
||||
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/"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user