added update profile query key and route

This commit is contained in:
Mamalizz
2025-02-11 23:25:02 +03:30
parent f65b71510c
commit 625c468b8b
+1
View File
@@ -13,6 +13,7 @@ export const API_ENDPOINTS = {
get_all: "/accounts/address/list", get_all: "/accounts/address/list",
delete: "/accounts/address/delete", delete: "/accounts/address/delete",
}, },
update: "/accounts/profile",
}, },
product: { product: {
comments: "/products/comments", comments: "/products/comments",