Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 315 Bytes

readme.md

File metadata and controls

8 lines (7 loc) · 315 Bytes

RESTFUL ROUTES

NAME URL VERB DESCRIPTION

INDEX /assets GET Displays a list of all assets NEW /assets/new GET Displays form to make a new asset CREATE /assets POST Add a new asset to DB SHOW /assets/:id GET Shows info about one asset