Desc:
- Tambah field database
- Tambah aset image
No issue
This commit is contained in:
2023-10-03 17:49:19 +08:00
parent 907b52e9d4
commit dcef949e51
4 changed files with 70 additions and 1 deletions

View File

@@ -6,4 +6,7 @@ export const ApiHipmi = {
validasi: "/api/auth/validasi",
register: "/api/auth/register",
logout: "/api/auth/logout",
//Profile
create_profile: "/api/profile/create"
};