mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 12:47:29 +02:00
Remove inconsistent usage of error/errors
This commit is contained in:
parent
1b9a504fb5
commit
e75d962d39
1 changed files with 1 additions and 1 deletions
|
@ -157,5 +157,5 @@ Content-Type: application/json
|
|||
HTTP/1.1 404
|
||||
Content-Type: application/json
|
||||
|
||||
{ "error": "Domain not found" }
|
||||
{ "errors": ["Domain not found"] }
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue