mirror of
https://github.com/stakwork/sphinx-key.git
synced 2025-12-19 00:04:25 +01:00
broker: set rocket server port to http_setting
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user