mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
Support for "no subcategories"
This commit is contained in:
@ -200,6 +200,7 @@ Discourse::Application.routes.draw do
|
||||
|
||||
get 'category/:category.rss' => 'list#category_feed', format: :rss, as: 'category_feed'
|
||||
get 'category/:category' => 'list#category', as: 'category_list'
|
||||
get 'category/:category/none' => 'list#category_none', as: 'category_list_none'
|
||||
get 'category/:category/more' => 'list#category', as: 'category_list_more'
|
||||
|
||||
# We've renamed popular to latest. If people access it we want a permanent redirect.
|
||||
|
Reference in New Issue
Block a user