mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 11:58:33 +08:00
DEV: Remove legacy tag and category routes (#10338)
* DEV: Remove client-side legacy tag and category routes * DEV: Remove server-side legacy tag routes * DEV: Refactor ListController#set_category * FIX: Remove reference to discovery.parentCategory * FIX: Refactor TagsController#set_category_from_params * FIX: Build correct canonical URL for tags and categories * DEV: Fix deprecation notice in Ruby 2.7 * DEV: Replace use of removed legacy tag route * DEV: Add deprecation notices for old routes and controllers
This commit is contained in:
@ -235,7 +235,7 @@ describe 'tags' do
|
||||
end
|
||||
end
|
||||
|
||||
path '/tags/{name}.json' do
|
||||
path '/tag/{name}.json' do
|
||||
|
||||
get 'Get a specific tag' do
|
||||
tags 'Tags'
|
||||
|
Reference in New Issue
Block a user