mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-30 03:09:53 +01:00
fixed issue where trying to go to the user profile would cause a cold load instead of ajaxify
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"^user/.*/favourites": "account/favourites",
|
||||
"^user/.*/posts": "account/posts",
|
||||
"^user/.*/topics": "account/topics",
|
||||
"^user/[.^\/]*": "account/profile",
|
||||
"^user/[^\/]+": "account/profile",
|
||||
"^reset/.*": "reset_code",
|
||||
"^tags/.*": "tag",
|
||||
"^groups/?$": "groups/list",
|
||||
|
||||
Reference in New Issue
Block a user