Paginate followers too

This commit is contained in:
Bat
2018-07-25 15:50:29 +02:00
parent 4b0aba62f3
commit 4e07fdbd05
4 changed files with 26 additions and 4 deletions
+1
View File
@@ -79,6 +79,7 @@ fn main() {
routes::user::details,
routes::user::dashboard,
routes::user::dashboard_auth,
routes::user::followers_paginated,
routes::user::followers,
routes::user::edit,
routes::user::edit_auth,