This website requires JavaScript.
Explore
Help
Sign In
luka
/
jsi-test-project
Watch
1
Star
0
Fork
You've already forked jsi-test-project
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
227a14ef0a
jsi-test-project
/
app.py
9 lines
105 B
Python
Raw
Blame
History
from
flask
import
Flask
app
=
Flask
(
__name__
)
@app.route
(
'
/
'
)
def
index
(
)
:
return
"
Hello world!!
"
Reference in New Issue
View Git Blame
Copy Permalink