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
v0.1
microblog
/
app
/
routes.py
8 lines
99 B
Python
Raw
Permalink
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