Add refresh and verify api endpoints
This commit is contained in:
@@ -7,6 +7,8 @@ export const API_ENDPOINTS = {
|
||||
get: "/products",
|
||||
},
|
||||
auth: {
|
||||
refresh: "/token/refresh",
|
||||
verify: "/accounts/verify",
|
||||
signin: "/token",
|
||||
logout: "/accounts/logout",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user