minor fix
This commit is contained in:
@@ -84,6 +84,9 @@ router.on({
|
||||
"/post/page/:page": function (params) {
|
||||
render("post", "page", params.page);
|
||||
},
|
||||
"/post/user/:username": function (params) {
|
||||
render("post", "user", params.username);
|
||||
},
|
||||
"/user": function () {
|
||||
render("user", "list");
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user