express-simple-routing

1.0.1 • Public • Published

express-simple-routing

 GET     /          ->  actions.index
 GET     /new       ->  actions.new
 POST    /          ->  actions.create
 GET     /:Id       ->  actions.show
 GET     /:Id/edit  ->  actions.edit
 PUT     /:Id       ->  actions.update
 DELETE  /:Id       ->  actions.destroy

Readme

Keywords

Package Sidebar

Install

npm i express-simple-routing

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • thomasfr