summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index eef92b6..c085bfc 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -25,7 +25,6 @@ fn main() {
rocket::ignite()
.attach(Template::fairing())
.mount("/", routes![web_frontend::transactions::transaction_handler,
- web_frontend::transactions::transaction_handler_post,
web_frontend::balance::balance_handler, web_frontend::static_handler,
web_frontend::chart::chart_handler, web_frontend::asset::asset_handler])
.launch();