Skip to content

Commit

Permalink
Changed get to post (publiclab#2788)
Browse files Browse the repository at this point in the history
  • Loading branch information
Souravirus authored and SidharthBansal committed Jun 19, 2018
1 parent c795014 commit 4cdbfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
get 'contributors' => 'tag#contributors_index'
get 'tags' => 'tag#index'
get 'tags/:search' => 'tag#index'
get 'tag/suggested/:id' => 'tag#suggested'
post 'tag/suggested/:id' => 'tag#suggested'
get 'tag/author/:id.json' => 'tag#author'
post 'tag/create/:nid' => 'tag#create'
get 'tag/create/:nid' => 'tag#create'
Expand Down

0 comments on commit 4cdbfd7

Please sign in to comment.