From 27298d22a89045d1200d9895fd66e3744d03b8ea Mon Sep 17 00:00:00 2001 From: Bagasbanuna02 Date: Wed, 4 Oct 2023 14:22:28 +0800 Subject: [PATCH] docs Desc: - Tambahan catatan --- README_DEV.md | 7 +++++++ src/app/lib/api.ts | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) 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", };