express-simple-routing
v1.0.1
Published
Very simple and basic routing setup
Downloads
5
Readme
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