Skip to content

Commit

Permalink
Disable config
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoff97 committed Sep 27, 2024
1 parent 67da2a2 commit 73bcdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-rust/src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ fn rocket() -> _ {
..Default::default()
};

rocket::custom(config)
rocket::build()
.mount("/", routes![index])
.mount("/", routes![get_flight_cone])
.mount("/", routes![get_agl_image])
Expand Down

0 comments on commit 73bcdb2

Please sign in to comment.