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