fixup! Dedicated quote websocket

quote-websocket
Daniel Karzel 3 years ago
parent a35620d6ba
commit bd943e6961
No known key found for this signature in database
GPG Key ID: 30C3FC2E438ADB6E

@ -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…
Cancel
Save