Files
ebook-extension/ebook_backend&admin_panel/admin-backend
richardtekula a3b609eab7 Fix: Resolve route conflict - move root JSON endpoint to /api
The root / endpoint in main.py was conflicting with the HTML
  endpoint in auth.router, causing the homepage to return JSON
  instead of rendering the HTML dashboard. Moved API info to /api
  to allow auth.router to properly handle / and /login pages.
2025-11-11 16:57:38 +01:00
..