diff --git a/b/Bottle.py b/b/Bottle.py index a262ce1e..18539a5b 100644 --- a/b/Bottle.py +++ b/b/Bottle.py @@ -1,6 +1,6 @@ from bottle import route, run -@route('/hello') +@route('/') def hello(): return "Hello World"