Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nuty authored Apr 22, 2020
1 parent 38b093d commit e809d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Use ```handler%```
(class handler%
(define/public (get [id null])
(define req (get-field request this))
(define req (get-field request this))
(jsonify (hash 'code 200 'msg "handle get" )))
(define/public (post)
Expand Down Expand Up @@ -220,4 +220,4 @@ Very simple apps build with Vela in the [examples folder](https://github.com/nut

License
-------
Licensed under the MIT License.
Licensed under the MIT License.

0 comments on commit e809d07

Please sign in to comment.