diff --git a/lib/api.py b/lib/api.py index a0e91cc..f86f2b1 100644 --- a/lib/api.py +++ b/lib/api.py @@ -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