admin/src
hosseintaromi 0d322f1767 feat(utils): add base HTTP service for API calls
- Add axios-based HTTP service with interceptors
- Add authentication header management
- Add APIUrlGenerator for dynamic URL building
- Support for all HTTP methods (GET, POST, PUT, DELETE, etc.)
- Error handling and automatic logout on 401/403
2025-07-18 13:06:32 +03:30
..
components Update file structure and improve code organization in the main directory 2025-07-13 22:03:22 +03:30
constant feat(config): add API configuration and constants 2025-07-18 13:06:00 +03:30
contexts refactor(auth): update AuthContext for new API structure 2025-07-18 13:06:09 +03:30
hooks Update file structure and improve code organization in the main directory 2025-07-13 22:03:22 +03:30
lib Update file structure and improve code organization in the main directory 2025-07-13 22:03:22 +03:30
pages feat(drafts): implement drafts feature structure 2025-07-18 13:06:15 +03:30
services refactor(services): remove unused authService 2025-07-18 13:06:17 +03:30
stores Update file structure and improve code organization in the main directory 2025-07-13 22:03:22 +03:30
types feat(types): add authentication type definitions 2025-07-18 13:06:03 +03:30
utils feat(utils): add base HTTP service for API calls 2025-07-18 13:06:32 +03:30
App.tsx Update file structure and improve code organization in the main directory 2025-07-13 22:03:22 +03:30
index.css Update file structure and improve code organization in the main directory 2025-07-13 22:03:22 +03:30
main.tsx Update file structure and improve code organization in the main directory 2025-07-13 22:03:22 +03:30
vite-env.d.ts feat(config): add API configuration and constants 2025-07-18 13:06:00 +03:30