Description
Overview
Two places create axios clients causing inconsistency.
Background
src/services/api/axios.config.ts creates client but token refresh also imports axios directly (line 84).
Specifications
- Use single axios instance everywhere
- Remove duplicate client creation
Tasks:
- Use apiClient everywhere
- Remove direct axios imports
Impacted Files:
- src/services/api/axios.config.ts
Labels: api, priority-medium
🙌Contribution Guidelines:
Assignment required before PR submission
Timeframe: 48-72 hours
PR description must include: Close #80
Star the repo⭐
For more context, please refer to the mobile README
Description
Overview
Two places create axios clients causing inconsistency.
Background
src/services/api/axios.config.ts creates client but token refresh also imports axios directly (line 84).
Specifications
Tasks:
Impacted Files:
Labels: api, priority-medium
🙌Contribution Guidelines:
Assignment required before PR submission
Timeframe: 48-72 hours
PR description must include: Close #80
Star the repo⭐
For more context, please refer to the mobile README