diff --git a/app/api/routes.py b/app/api/routes.py index 0bee88f..fed674e 100644 --- a/app/api/routes.py +++ b/app/api/routes.py @@ -877,7 +877,6 @@ class IndexView(MethodView): # Build response response_data: dict[str, Any] = { - "name": "FlaskPaste", "version": VERSION, "endpoints": endpoints, "authentication": {