Deskripsi:
- one detail divisi
- update routing fitur divisi
- update env

No Issues
This commit is contained in:
amel
2024-08-05 17:00:13 +08:00
parent 00cb587446
commit 03fcfcf6b4
23 changed files with 140 additions and 65 deletions

View File

@@ -38,5 +38,7 @@ export const API_ADDRESS = {
// Division
"apiGetAllDivision": "/api/division/get?path=get-all-division",
"apiGetOneDivision": "/api/division/get?path=get-one-division",
"apiGetOneDetailDivision": "/api/division/get?path=get-one-detail-division",
"apiCreateDivision": "/api/division/post?path=create-division",
}