chore(api): Set tab name for API reference (#7713)

This commit is contained in:
Pepe Fagoaga
2025-05-12 16:16:29 +05:45
committed by GitHub
parent abf51eceee
commit 55fc8cb55b
+1
View File
@@ -111,6 +111,7 @@ SPECTACULAR_SETTINGS = {
"PREPROCESSING_HOOKS": [
"drf_spectacular_jsonapi.hooks.fix_nested_path_parameters",
],
"TITLE": "API Reference - Prowler",
}
WSGI_APPLICATION = "config.wsgi.application"