admin-panel/backend/app
oguz ozturk 0092003a7f feat: Add increment/decrement endpoints for CF account domain count
- Add POST /internal/{id}/increment endpoint
- Add POST /internal/{id}/decrement endpoint
- Prevent negative domain counts
- Return updated counts and available capacity
- Require internal API key authentication
2026-01-12 17:13:57 +03:00
..
routes feat: Add increment/decrement endpoints for CF account domain count 2026-01-12 17:13:57 +03:00
__init__.py Complete admin panel: Flask backend + React frontend 2026-01-11 16:53:46 +03:00
config.py Update configuration and UI components 2026-01-12 00:18:30 +03:00
main.py Complete admin panel: Flask backend + React frontend 2026-01-11 16:53:46 +03:00
models.py Add use_for_verification field to CloudflareAccount model 2026-01-12 16:43:36 +03:00