Skip to content

Commit

Permalink
Create favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Mar 12, 2024
1 parent 570c608 commit b5d72f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"termsOfService": "/terms",
"static_url_path": "/flasgger_static",
"swagger_ui": True,
"specs_route": "/"
"specs_route": "/",
"favicon": "/static/favicon.ico"
}
swagger = Swagger(app, config=swagger_config)

Expand Down
Binary file added static/favicon.ico
Binary file not shown.

0 comments on commit b5d72f0

Please sign in to comment.