I hate that guy

This commit is contained in:
LinlyBoi
2023-12-17 23:27:32 +02:00
parent a7935b111e
commit 4f603f61d9

View File

@@ -13,7 +13,6 @@ async fn main() -> std::io::Result<()> {
let (port, address) = init_address();
HttpServer::new(|| {
App::new()
.service(hello)
.service(echo)
.service(arrivals::init_arrivals_scope())
.app_data(web::Data::new(init_dbpool()))