diff --git a/frontend/constants/index.ts b/frontend/constants/index.ts index 43c7d1d..e359fb7 100644 --- a/frontend/constants/index.ts +++ b/frontend/constants/index.ts @@ -2,6 +2,9 @@ export const API_ENDPOINTS = { account: { send_otp: "/accounts/send_otp", }, + product: { + get : "/products", + }, auth: { signin: "/token", logout: "/accounts/logout", @@ -14,6 +17,7 @@ export const API_ENDPOINTS = { export const QUERY_KEYS = { chat: "chat", + product: "product", }; export const MUTATION_KEYS = {