mirror of https://github.com/hzrd149/blossom.git
fix forbidden response example status code
This commit is contained in:
parent
8e633d00b9
commit
53472888d3
|
@ -57,7 +57,7 @@ X-Upload-Message: Authorization required for uploading video files.
|
|||
```
|
||||
|
||||
```http
|
||||
HTTP/1.1 401 Forbidden
|
||||
HTTP/1.1 403 Forbidden
|
||||
X-Upload-Message: SHA-256 hash banned.
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue