diff --git a/frontend/constants/index.ts b/frontend/constants/index.ts index 7a3cd9f..60e2a1c 100644 --- a/frontend/constants/index.ts +++ b/frontend/constants/index.ts @@ -7,6 +7,8 @@ export const API_ENDPOINTS = { get: "/products", }, auth: { + refresh: "/token/refresh", + verify: "/accounts/verify", signin: "/token", logout: "/accounts/logout", },