Remove inconsistent usage of error/errors

This commit is contained in:
Maciej Szlosarczyk 2018-07-27 11:19:18 +03:00
parent 1b9a504fb5
commit e75d962d39
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765

View file

@ -157,5 +157,5 @@ Content-Type: application/json
HTTP/1.1 404
Content-Type: application/json
{ "error": "Domain not found" }
{ "errors": ["Domain not found"] }
```