Changeset c1d2f07 for frontend/src/api/axiosInstance.ts
- Timestamp:
- 01/27/26 15:56:00 (6 months ago)
- Branches:
- main
- Children:
- 6de2873
- Parents:
- 77e572b (diff), 16aed54 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
frontend/src/api/axiosInstance.ts (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/api/axiosInstance.ts
r77e572b rc1d2f07 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.
