Serve the separated frontend shell.
()
| 1498 | |
| 1499 | @app.route('/') |
| 1500 | def index(): |
| 1501 | """Serve the separated frontend shell.""" |
| 1502 | return send_from_directory(FRONTEND_DIR, 'index.html') |
| 1503 | |
| 1504 | |
| 1505 | @app.route('/frontend/') |
nothing calls this directly
no outgoing calls
no test coverage detected