Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SiddhantSilwal/RaspberryPi-GPIO-Web-Controller
/ index
Function
index
AppData/app.py:167–168 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
165
166
@app.route(
'/'
)
167
def
index():
168
return
render_template(
'index.html'
)
169
170
@app.route(
'/graph'
)
171
def
graph():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected