feat : add group

This commit is contained in:
lukman
2024-08-02 14:59:21 +08:00
parent ad59566cdf
commit 31bc53ccf3
5 changed files with 15 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ export const API_ADDRESS = {
"apiCreateUser": "/api/user/post?path=create-users",
"apiUpdateUser": "/api/user/post?path=update-users",
"apiDeleteUser": "/api/user/post?path=delete-users",
"apiGetRoleUser": "/api/user/get?path=get-role-user",
// Announcement
"apiGetAllAnnouncement": "/api/announcement/get?path=get-all-announcement",