admin-panel/backend/app/routes
oguz ozturk d68c4d38ff feat: Add internal API endpoints for Customer Panel integration
- Add internal_api_required decorator for internal API authentication
- Add /internal/available endpoint to fetch available CF accounts
- Add /internal/<id> endpoint to get CF account with API token
- Filter accounts by is_active and use_for_verification flags
- Require X-Internal-API-Key header for internal endpoints
2026-01-12 16:58:06 +03:00
..
__init__.py Complete admin panel: Flask backend + React frontend 2026-01-11 16:53:46 +03:00
auth.py feat: Update UI with ARGE ICT branding and add profile management 2026-01-11 18:03:26 +03:00
cf_accounts.py feat: Add internal API endpoints for Customer Panel integration 2026-01-12 16:58:06 +03:00
customers.py Complete admin panel: Flask backend + React frontend 2026-01-11 16:53:46 +03:00
plans.py Complete admin panel: Flask backend + React frontend 2026-01-11 16:53:46 +03:00