Don't register the media serving route (they are now served with other static files)

And remove some unused imports
This commit is contained in:
Bat
2018-10-12 20:48:11 +01:00
parent dde4583fd3
commit 9d70eeae61
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -100,7 +100,6 @@ fn main() {
routes::medias::details,
routes::medias::delete,
routes::medias::set_avatar,
routes::medias::static_files,
routes::notifications::paginated_notifications,
routes::notifications::notifications,