Update comment flow

This commit is contained in:
marzban-dev
2026-05-14 21:18:44 +03:30
parent b57d58aa92
commit 6796213ccf
9 changed files with 168 additions and 30 deletions
+1
View File
@@ -23,6 +23,7 @@ export const API_ENDPOINTS = {
comments: "/products/comments",
create_comment: "/products/comments",
get: "/products",
rate: "/products",
save: "/accounts/favorites/toggle",
},
auth: {