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