diff --git a/api/ovdashboard_api/main.py b/api/ovdashboard_api/main.py index 5dcbb92..be43aa7 100644 --- a/api/ovdashboard_api/main.py +++ b/api/ovdashboard_api/main.py @@ -19,6 +19,10 @@ app = FastAPI( "name": "Jörn-Michael Miehe", "email": "jmm@yavook.de", }, + license_info={ + "name": "MIT License", + "url": "https://opensource.org/licenses/mit-license.php", + }, openapi_url=SETTINGS.openapi_url, docs_url=SETTINGS.docs_url if not SETTINGS.production_mode else None, redoc_url=SETTINGS.redoc_url if not SETTINGS.production_mode else None,