From f6e5813d0f543eed656d585f89c9df0df8334e88 Mon Sep 17 00:00:00 2001 From: GabrielBarberini Date: Wed, 10 Jan 2024 18:39:47 -0300 Subject: [PATCH] fixes rocketpy logo --- lib/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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