Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chenfei-wu/TaskMatrix
/ index
Function
index
LowCodeLLM/src/app.py:21–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
20
@app.route(
"/"
)
21
def
index():
22
return
send_from_directory(
"."
,
"index.html"
)
23
24
@app.route(
'/api/get_workflow'
, methods=[
'POST'
])
25
@cross_origin()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected