seanpmaxwell / overnight

TypeScript decorators for the ExpressJS Server.
MIT License
878 stars 40 forks source link

Support for HTTP PATCH #13

Closed AnandChowdhary closed 5 years ago

AnandChowdhary commented 5 years ago

Currently, only the following HTTP verbs are available to import from @overnightjs/core:

PATCH should be added as well.

AnandChowdhary commented 5 years ago

For that matter, all Express.js verbs should be supported. The list is available here: https://expressjs.com/en/api.html#routing-methods

AnandChowdhary commented 5 years ago

The pull request has been updated with support for all Express.js verbs.

seanpmaxwell commented 5 years ago

I merged your changes in the master branch. Overnight should support all Express routes now.