Skip to content

Commit

Permalink
fixing an error with swagger -- revisit this soon
Browse files Browse the repository at this point in the history
  • Loading branch information
sed19015 committed Apr 11, 2025
1 parent fe97eb7 commit 0a97588
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added backend/__pycache__/pets.cpython-310.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": "1.0.0",
"description": "API for animal adoption management"
}
swagger = Swagger(app, config=swagger_config)
# swagger = Swagger(app, config=swagger_config)

# Mock data for testing
ANIMALS = [
Expand Down

0 comments on commit 0a97588

Please sign in to comment.