added signout route

This commit is contained in:
Mamalizz
2025-03-18 17:33:40 +03:30
parent 512e5b42dc
commit f64e47f4df
+1 -1
View File
@@ -24,7 +24,7 @@ export const API_ENDPOINTS = {
refresh: "/token/refresh", refresh: "/token/refresh",
verify: "/accounts/verify", verify: "/accounts/verify",
signin: "/token", signin: "/token",
logout: "/accounts/logout", signout: "/accounts/logout",
}, },
chat: { chat: {
messages: "/chat/product", messages: "/chat/product",