Skip to content

Commit

Permalink
fixes rocketpy logo
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBarberini committed Jan 10, 2024
1 parent 83b0e4e commit f6e5813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def custom_openapi():
routes=app.routes,
)
openapi_schema["info"]["x-logo"] = {
"url": "https://drive.google.com/uc?id=1xKt6u5mI8x8ZuA5IZvIFDolg2_0iQUf-"
"url": "https://raw.githubusercontent.com/RocketPy-Team/RocketPy/master/docs/static/RocketPy_Logo_black.png"
}
app.openapi_schema = openapi_schema
return app.openapi_schema
Expand Down

0 comments on commit f6e5813

Please sign in to comment.