forked from claw/flaskpaste
api: remove name field from index endpoint
This commit is contained in:
@@ -877,7 +877,6 @@ class IndexView(MethodView):
|
||||
|
||||
# Build response
|
||||
response_data: dict[str, Any] = {
|
||||
"name": "FlaskPaste",
|
||||
"version": VERSION,
|
||||
"endpoints": endpoints,
|
||||
"authentication": {
|
||||
|
||||
Reference in New Issue
Block a user