src/services/ are thin HTTP wrappers. Each file maps to one backend route group.
Service modules
Note: recurring service filename uses the typo
rucurringOrder — imports must match.
Usage pattern
res.status, res.data).
Response shape
Backend typically returns:Authentication
No service sets headers manually. The axios interceptor attachesBearer token from localStorage.serviceToken.
Related docs
- API layer
- Individual service pages under Services in the Frontend tab