MCPcopy Create free account
hub / github.com/Tong89/smartNode / index

Function index

backend/api.py:1500–1502  ·  view source on GitHub ↗

Serve the separated frontend shell.

()

Source from the content-addressed store, hash-verified

1498
1499@app.route('/')
1500def index():
1501 """Serve the separated frontend shell."""
1502 return send_from_directory(FRONTEND_DIR, 'index.html')
1503
1504
1505@app.route('/frontend/')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected