Changeset 057453c for src/utils/axios.ts
- Timestamp:
- 02/26/25 10:05:32 (5 weeks ago)
- Branches:
- main
- Children:
- 299af01
- Parents:
- 5d6f37a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/utils/axios.ts
r5d6f37a r057453c 45 45 46 46 export const endpoints = { 47 invoice: '/api/invoice ',47 invoice: '/api/invoices', 48 48 customer: '/api/customers', 49 tenant: '/api/tenant', 50 service: '/api/services', 51 employee: '/api/employees', 49 52 };
Note:
See TracChangeset
for help on using the changeset viewer.