Update Readme.md
This commit is contained in:
parent
f6e2bd7272
commit
05250dcdbd
|
@ -91,8 +91,8 @@ A key-message error type to return back a neat, well formatted error to a fronte
|
|||
|
||||
```json
|
||||
{
|
||||
"key": "ERROR_KEY",
|
||||
"message": "This is the part where you put the error message."
|
||||
"key": "ERROR_KEY",
|
||||
"message": "This is the part where you put the error message."
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -104,4 +104,4 @@ A wrapper for HttpResponse. Contains a type specification inside so that you can
|
|||
|
||||
Said type can only be a Serializable (Json).
|
||||
|
||||
It can also return a MessageResource or nothing at all.
|
||||
It can also return a MessageResource or nothing at all.
|
||||
|
|
Loading…
Reference in New Issue