Skip to content

Commit

Permalink
Delete route for notes (publiclab#2820)
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored and SidharthBansal committed Jun 19, 2018
1 parent 6c9f244 commit ee6ef8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
get 'notes/popular' => 'notes#popular'
get 'notes/liked' => 'notes#liked'
get 'notes/image/:id' => 'notes#image'
get 'notes/delete/:id' => 'notes#delete'
post 'notes/delete/:id' => 'notes#delete'
post 'notes/update/:id' => 'notes#update'
post 'notes/create' => 'notes#create'
Expand Down

0 comments on commit ee6ef8b

Please sign in to comment.