broker: set rocket server port to http_setting

This commit is contained in:
decentclock
2022-09-30 22:11:10 +00:00
parent 38db744463
commit a3ca7dd9e5
3 changed files with 12 additions and 3 deletions

View File

@@ -127,5 +127,5 @@ async fn run_main(parent_fd: i32) -> rocket::Rocket<rocket::Build> {
signer_loop.start(Some(settings));
});
routes::launch_rocket(tx, error_tx)
routes::launch_rocket(tx, error_tx, settings)
}