Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 322 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 322 Bytes

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