api: remove name field from index endpoint
Some checks failed
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Successful in 22s
CI / Advanced Security Tests (push) Successful in 16s
CI / Memory Leak Check (push) Successful in 20s
CI / Security Tests (push) Successful in 26s
CI / Unit Tests (push) Failing after 32s
CI / Build & Push Image (push) Has been skipped
CI / Harbor Vulnerability Scan (push) Has been skipped
CI / Fuzz Testing (push) Successful in 24s
CI / SBOM Generation (push) Successful in 19s
Some checks failed
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Successful in 22s
CI / Advanced Security Tests (push) Successful in 16s
CI / Memory Leak Check (push) Successful in 20s
CI / Security Tests (push) Successful in 26s
CI / Unit Tests (push) Failing after 32s
CI / Build & Push Image (push) Has been skipped
CI / Harbor Vulnerability Scan (push) Has been skipped
CI / Fuzz Testing (push) Successful in 24s
CI / SBOM Generation (push) Successful in 19s
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