Skip to content

Commit

Permalink
Did the changes as instructed (#8836)
Browse files Browse the repository at this point in the history
+  get 'tags/:id' => redirect('/tag/:id')

I am a newbie ,thank you for providing easy contribution chance.
  • Loading branch information
SudhanshuBlaze authored Dec 15, 2020
1 parent 6e4a175 commit 80648fe
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 @@ -204,7 +204,7 @@
get 'blog2/:id' => 'tag#blog2'
get 'tags' => 'tag#index'
get 'tags/related(/:id)' => 'tag#related'
get 'tags/:search' => 'tag#index'
get 'tags/:id' => redirect('/tag/:id')
post 'tag/suggested/:id' => 'tag#suggested'
get 'tag/parent' => 'tag#add_parent'
get 'tag/author/:id.json' => 'tag#author'
Expand Down

0 comments on commit 80648fe

Please sign in to comment.