docs
Desc: - Tambahan catatan
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
## Page info
|
||||||
|
|
||||||
### API
|
### API
|
||||||
- src/app/api
|
- src/app/api
|
||||||
|
|
||||||
@@ -28,3 +30,8 @@ Deskripsi: Folder client yang mencakup sub menu dari menu-menu utama
|
|||||||
|
|
||||||
- Home:
|
- Home:
|
||||||
1. home page
|
1. home page
|
||||||
|
|
||||||
|
## NOTE
|
||||||
|
Function name:
|
||||||
|
- g = global
|
||||||
|
- gs = global state
|
||||||
@@ -8,5 +8,6 @@ export const ApiHipmi = {
|
|||||||
logout: "/api/auth/logout",
|
logout: "/api/auth/logout",
|
||||||
|
|
||||||
//Profile
|
//Profile
|
||||||
create_profile: "/api/profile/create"
|
create_profile: "/api/profile/create",
|
||||||
|
edit_profile: "/api/profile/edit",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user