You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create new CRUD API Endpoint for Admin. So, Admins can add, update, and delete new admin members.
Endpoint: /admin/admin-list - fetch admins from User Modal
Endpoint: /admin/admin-list/update/:id - update Admin by id
Endpoint: /admin/admin-list/create - add new Admin
Endpoint: /admin/admin-list/:id - remove Admin by id
The text was updated successfully, but these errors were encountered:
Create new CRUD API Endpoint for Admin. So, Admins can add, update, and delete new admin members.
Endpoint: /admin/admin-list - fetch admins from User Modal
Endpoint: /admin/admin-list/update/:id - update Admin by id
Endpoint: /admin/admin-list/create - add new Admin
Endpoint: /admin/admin-list/:id - remove Admin by id
The text was updated successfully, but these errors were encountered: