aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 4c05523..bdb8524 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -39,6 +39,7 @@ fn main() {
posts_controller::create,
posts_controller::show,
posts_controller::edit,
- posts_controller::update])
+ posts_controller::update,
+ posts_controller::delete])
.launch();
}