Route Map
Overview
- Total routes:
15
- Pages:
13
- API routes:
2
- Server routes:
0
Pages
| Path | File |
|---|
/ | src/app/page.tsx |
/analytics | src/app/analytics/page.tsx |
/analytics/monthly | src/app/analytics/monthly/page.tsx |
/analytics/weekly | src/app/analytics/weekly/page.tsx |
/calendar | src/app/calendar/page.tsx |
/login | src/app/login/page.tsx |
/planning | src/app/planning/page.tsx |
/settings/automation | src/app/settings/automation/page.tsx |
/settings/categories | src/app/settings/categories/page.tsx |
/settings/projects | src/app/settings/projects/page.tsx |
/settings/team | src/app/settings/team/page.tsx |
/setup | src/app/setup/page.tsx |
/team | src/app/team/page.tsx |
API Routes
| Method | Path | File |
|---|
GET | /api/export/csv | src/app/api/export/csv/route.ts |
GET | /api/export/pdf | src/app/api/export/pdf/route.ts |
Server Routes
No Express or direct server routes were detected.