mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-23 01:10:59 +02:00
28 lines
776 B
JSON
28 lines
776 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/.*/groups": "account/groups",
|
|
"^user/[^\/]+": "account/profile",
|
|
"^reset/.*": "reset_code",
|
|
"^tags/.*": "tag",
|
|
"^groups/?$": "groups/list",
|
|
"^groups/.*": "groups/details"
|
|
},
|
|
"force_refresh": {
|
|
"logout": true
|
|
}
|
|
}
|