From 4d96254a376ac09d5b5ff498b14e93e958ecd47d Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Thu, 30 Jan 2025 01:09:13 +0330 Subject: [PATCH] Updated --- frontend/constants/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/constants/index.ts b/frontend/constants/index.ts index 7f1e2c4..bfad022 100644 --- a/frontend/constants/index.ts +++ b/frontend/constants/index.ts @@ -5,6 +5,8 @@ export const API_ENDPOINTS = { send_otp: "/accounts/send_otp" }, product: { + comments: "/products/comments", + create_comment: "/products/comments", get: "/products" }, auth: { @@ -24,6 +26,7 @@ export const API_ENDPOINTS = { }; export const QUERY_KEYS = { + comments: "comments", home: "home", chat: "chat", product: "product",