We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f2b0a commit 5356ff1Copy full SHA for 5356ff1
server/app.py
@@ -65,7 +65,5 @@ def get_dog(id: int) -> tuple[Response, int] | Response:
65
66
return jsonify(dog)
67
68
-## HERE
69
-
70
if __name__ == '__main__':
71
app.run(debug=True, port=5100) # Port 5100 to avoid macOS conflicts
0 commit comments