diff --git a/frontend/constants/index.ts b/frontend/constants/index.ts index 6451bb7..98f6206 100644 --- a/frontend/constants/index.ts +++ b/frontend/constants/index.ts @@ -13,6 +13,7 @@ export const API_ENDPOINTS = { get_all: "/accounts/address/list", delete: "/accounts/address/delete", }, + update: "/accounts/profile", }, product: { comments: "/products/comments",