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

Function frontend_assets

backend/api.py:1511–1512  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

1509
1510@app.route('/frontend/<path:filename>')
1511def frontend_assets(filename):
1512 return send_from_directory(FRONTEND_DIR, filename)
1513
1514
1515@app.route('/api/auth/login', methods=['POST'])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected