diff --git a/README_DEV.md b/README_DEV.md index 163712b5..f209b32e 100644 --- a/README_DEV.md +++ b/README_DEV.md @@ -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 \ No newline at end of file diff --git a/src/app/lib/api.ts b/src/app/lib/api.ts index 30855752..31500caf 100644 --- a/src/app/lib/api.ts +++ b/src/app/lib/api.ts @@ -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", };