Merge branch 'join' into lukman/2-agustus-2024

This commit is contained in:
Amalia
2024-08-02 15:16:01 +08:00
committed by GitHub
17 changed files with 197 additions and 108 deletions

View File

@@ -34,7 +34,8 @@ export const API_ADDRESS = {
"apiCreatePosition": "/api/position/post?path=create-position",
"apiUpdatePosition": "/api/position/post?path=update-position",
"apiDeletePosition": "/api/position/post?path=delete-position",
// Division
"apiGetAllDivision": "/api/division/get?path=get-all-division",
}