+35
−11
Loading
This commit updates the Flask backend to serve static files (HTML, CSS, JS) for the frontend application.
- Added routes to serve 'index.html' from the 'frontend' directory at the root path ('/').
- Added a catch-all route to serve other static files (e.g., '.css', '.mjs') from the 'frontend' directory.
- Defined FRONTEND_FOLDER path for clarity.