Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Asabeneh/30-Days-Of-Python
/ endpoints
Endpoints
4 in github.com/Asabeneh/30-Days-Of-Python
⨍
Functions
22
◇
Types & classes
0
↳
Endpoints
4
Route
about
app.route('/about')
python_for_web/app.py:None
Route
home
app.route('/') # this decorator create the home route
python_for_web/app.py:None
Route
post
app.route('/post', methods=['GET', 'POST'])
python_for_web/app.py:None
Route
result
app.route('/result')
python_for_web/app.py:None