Implement logout

This commit is contained in:
Bat
2018-04-23 12:13:49 +01:00
parent 00e5f28d0b
commit 4f9df753f5
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -60,6 +60,7 @@ fn main() {
routes::session::new,
routes::session::create,
routes::session::delete,
routes::blogs::details,
routes::blogs::new,