diff --git a/example/3-28.py b/example/3-28.py index e6cfb6c..8d1ab2f 100644 --- a/example/3-28.py +++ b/example/3-28.py @@ -1,3 +1,3 @@ -@app.get("/happy") -def happy(status_code=200): +@app.get("/happy", status_code=200) +def happy(): return ":)"