mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
fixup! Dedicated quote websocket
This commit is contained in:
parent
a35620d6ba
commit
bd943e6961
@ -14,6 +14,8 @@ pub async fn setup_quote_websocket(
|
||||
min: bitcoin::Amount,
|
||||
max: bitcoin::Amount,
|
||||
) {
|
||||
tracing::info!("Setting up Quote Websocket on port {}", port);
|
||||
|
||||
let latest_quote = warp::get()
|
||||
.and(warp::path!("api" / "quote" / "xmr-btc"))
|
||||
.and(warp::ws())
|
||||
|
Loading…
Reference in New Issue
Block a user