- File:
-
- 1 edited
-
frontend/src/api/axiosInstance.ts (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/api/axiosInstance.ts
r484dc3f r16aed54 70 70 [401, 403].includes(error.response?.status) && 71 71 !originalConfig._retry && 72 originalConfig.url !== "/auth/refresh" 72 originalConfig.url !== "/auth/refresh" && 73 originalConfig.url !== "/auth/login" && 74 originalConfig.url !== "/auth/register" 73 75 ) { 74 76 originalConfig._retry = true;
Note:
See TracChangeset
for help on using the changeset viewer.
