mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-16 03:27:59 +01:00
27 lines
737 B
JSON
27 lines
737 B
JSON
{
|
|
"custom_mapping": {
|
|
"^\/?$": "home",
|
|
"^admin?$": "admin/general/dashboard",
|
|
"^users/sort-posts": "users",
|
|
"^users/latest": "users",
|
|
"^users/sort-reputation": "users",
|
|
"^users/search": "users",
|
|
"^user/.*/edit": "account/edit",
|
|
"^user/.*/following": "account/following",
|
|
"^user/.*/followers": "account/followers",
|
|
"^user/.*/settings": "account/settings",
|
|
"^user/.*/favourites": "account/favourites",
|
|
"^user/.*/watched": "account/watched",
|
|
"^user/.*/posts": "account/posts",
|
|
"^user/.*/topics": "account/topics",
|
|
"^user/[^\/]+": "account/profile",
|
|
"^reset/.*": "reset_code",
|
|
"^tags/.*": "tag",
|
|
"^groups/?$": "groups/list",
|
|
"^groups/.*": "groups/details"
|
|
},
|
|
"force_refresh": {
|
|
"logout": true
|
|
}
|
|
}
|