mirror of https://github.com/vapor/docs.git
Merge pull request #173 from HelloDHLyn/fix-sample-code-error
Fix incorrect function name in sample code
This commit is contained in:
commit
f1f10e91bb
|
|
@ -48,7 +48,7 @@ req.formURLEncoded = Node(node: [
|
|||
"email": "mymail@vapor.codes"
|
||||
])
|
||||
|
||||
try drop.client.response(to: req)
|
||||
try drop.client.respond(to: req)
|
||||
```
|
||||
|
||||
## Re-usable Connection
|
||||
|
|
|
|||
Loading…
Reference in New Issue