test fix, docs fix, removal of duplicate code

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Jokob @NetAlertX
2025-12-08 01:06:12 +00:00
committed by GitHub
parent abe3d44369
commit 8e10f5eb66
3 changed files with 8 additions and 312 deletions

View File

@@ -20,9 +20,9 @@ If the token is missing or invalid (HTTP 403):
```json
{
\"success\": false,
\"message\": \"ERROR: Not authorized\",
\"error\": \"Forbidden\"
"success": false,
"message": "ERROR: Not authorized",
"error": "Forbidden"
}
```