diff --git a/main.py b/main.py index 503414c..e3a17ad 100644 --- a/main.py +++ b/main.py @@ -16,7 +16,7 @@ # 3. Index route, opens automatically on http://127.0.0.1:8000 @app.get('/') def index(): - return {'message': 'Hello, World'} + return {'message': 'Hello-World'} # 4. Route with a single parameter, returns the parameter within a message # Located at: http://127.0.0.1:8000/AnyNameHere