From 625c468b8bf65e311c0af78e34dd734a2ec73557 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Tue, 11 Feb 2025 23:25:02 +0330 Subject: [PATCH] added update profile query key and route --- frontend/constants/index.ts | 1 + 1 file changed, 1 insertion(+) 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",