mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Use new tag routes (#8683)
Commit 1fb7a62 added unambiguous routes for tags. This commit ensures
that the new routes are used.
This commit is contained in:
@@ -3756,7 +3756,7 @@ export default {
|
||||
]
|
||||
}
|
||||
},
|
||||
"/tags/important/l/latest.json": {
|
||||
"/tag/important/l/latest.json": {
|
||||
users: [{ id: 1, username: "sam", avatar_template: "/images/avatar.png" }],
|
||||
primary_groups: [],
|
||||
topic_list: {
|
||||
|
||||
Reference in New Issue
Block a user