Desc:
- Tambahan catatan
This commit is contained in:
2023-10-04 14:22:28 +08:00
parent 9d69a37447
commit 27298d22a8
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
## Page info
### API
- src/app/api
@@ -28,3 +30,8 @@ Deskripsi: Folder client yang mencakup sub menu dari menu-menu utama
- Home:
1. home page
## NOTE
Function name:
- g = global
- gs = global state

View File

@@ -8,5 +8,6 @@ export const ApiHipmi = {
logout: "/api/auth/logout",
//Profile
create_profile: "/api/profile/create"
create_profile: "/api/profile/create",
edit_profile: "/api/profile/edit",
};