diff --git a/frontend/constants/index.ts b/frontend/constants/index.ts index 25b2ed4..a11407a 100644 --- a/frontend/constants/index.ts +++ b/frontend/constants/index.ts @@ -14,6 +14,7 @@ export const API_ENDPOINTS = { delete: "/accounts/address/delete", }, update: "/accounts/profile", + subscribe: "/accounts/subscribe", }, product: { comments: "/products/comments",