Skip to content

Commit

Permalink
test: make sure all routes verb are converted to lower case on genera…
Browse files Browse the repository at this point in the history
…ted specification
  • Loading branch information
theoomoregbee committed May 18, 2020
1 parent 365d934 commit 2c43b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports.routes = {
*/
'delete /clients/:client_id/user/:id': 'UserController.destroy',

'post /user': {
'POST /user': {
controller: 'UserController',
action: 'create',
},
Expand Down

0 comments on commit 2c43b76

Please sign in to comment.