forked from Mirrors/jsonapi
typo fix
This commit is contained in:
parent
c313ba107c
commit
48a0031e3a
|
@ -169,7 +169,7 @@ This method encodes a response for a single record only. If you want to serializ
|
||||||
records, see, [MarshalManyPayload](#marshalmanypayload). Wrties a jsonapi response, with
|
records, see, [MarshalManyPayload](#marshalmanypayload). Wrties a jsonapi response, with
|
||||||
related records sideloaded, into `included` array.
|
related records sideloaded, into `included` array.
|
||||||
|
|
||||||
#### Handler Exmaple Code
|
#### Handler Example Code
|
||||||
|
|
||||||
```go
|
```go
|
||||||
func CreateBlog(w http.ResponseWriter, r *http.Request) {
|
func CreateBlog(w http.ResponseWriter, r *http.Request) {
|
||||||
|
|
Loading…
Reference in New Issue