v1.18.x
barisusakli 10 years ago
parent 3f12d363f7
commit d2735c8558

@ -6,13 +6,13 @@
"^users/latest": "users", "^users/latest": "users",
"^users/sort-reputation": "users", "^users/sort-reputation": "users",
"^users/search": "users", "^users/search": "users",
"^user.*edit": "account/edit", "^user/.*/edit": "account/edit",
"^user.*following": "account/following", "^user/.*/following": "account/following",
"^user.*followers": "account/followers", "^user/.*/followers": "account/followers",
"^user.*settings": "account/settings", "^user/.*/settings": "account/settings",
"^user.*favourites": "account/favourites", "^user/.*/favourites": "account/favourites",
"^user.*posts": "account/posts", "^user/.*/posts": "account/posts",
"^user.*topics": "account/topics", "^user/.*/topics": "account/topics",
"^user/.*": "account/profile", "^user/.*": "account/profile",
"^reset/.*": "reset_code", "^reset/.*": "reset_code",
"^tags/.*": "tag", "^tags/.*": "tag",

Loading…
Cancel
Save