Update Bottle.py (#1271)

This commit is contained in:
calgary34
2022-01-21 17:00:27 -07:00
committed by GitHub
parent ec55b5df7c
commit 636ffc3190

View File

@@ -1,6 +1,6 @@
from bottle import route, run from bottle import route, run
@route('/hello') @route('/')
def hello(): def hello():
return "Hello World" return "Hello World"