This website requires JavaScript.
Explore
Help
Sign In
gbrochar
/
microblog
Watch
1
Star
0
Fork
You've already forked microblog
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
79e9810b62
microblog
/
app
/
views.py
7 lines
98 B
Python
Raw
Blame
History
from
app
import
app
@app.route
(
'
/
'
)
@app.route
(
'
/index
'
)
def
index
(
)
:
return
"
Hello, World!
"
Reference in New Issue
View Git Blame
Copy Permalink