api: remove name field from index endpoint

This commit is contained in:
Username
2026-01-20 23:33:41 +01:00
parent 9777cbb053
commit fec9e22bb3

View File

@@ -877,7 +877,6 @@ class IndexView(MethodView):
# Build response
response_data: dict[str, Any] = {
"name": "FlaskPaste",
"version": VERSION,
"endpoints": endpoints,
"authentication": {