From fec9e22bb321213e41caede4eadf45180f150b7c Mon Sep 17 00:00:00 2001 From: Username Date: Tue, 20 Jan 2026 23:33:41 +0100 Subject: [PATCH] api: remove name field from index endpoint --- app/api/routes.py | 1 - 1 file changed, 1 deletion(-) 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": {