Skip to content

Commit 5356ff1

Browse files
committed
Removed code vestige
1 parent 76f2b0a commit 5356ff1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,5 @@ def get_dog(id: int) -> tuple[Response, int] | Response:
6565

6666
return jsonify(dog)
6767

68-
## HERE
69-
7068
if __name__ == '__main__':
7169
app.run(debug=True, port=5100) # Port 5100 to avoid macOS conflicts

0 commit comments

Comments
 (0)