7
b/Bottle.py
Normal file
7
b/Bottle.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from bottle import route, run
|
||||
|
||||
@route('/hello')
|
||||
def hello():
|
||||
return "Hello World"
|
||||
|
||||
run()
|
||||
Reference in New Issue
Block a user