Эх сурвалжийг харах

Added line removed by mistake when fixing merge conflicts

Cesar Rodas 4 сар өмнө
parent
commit
9d99d6daa0

+ 1 - 0
crates/cdk-axum/src/lib.rs

@@ -154,6 +154,7 @@ pub async fn create_mint_router(mint: Arc<Mint>, cache_ttl: u64, cache_tti: u64)
             get(get_check_mint_bolt11_quote),
             get(get_check_mint_bolt11_quote),
         )
         )
         .route("/mint/bolt11", post(cache_post_mint_bolt11))
         .route("/mint/bolt11", post(cache_post_mint_bolt11))
+        .route("/melt/quote/bolt11", post(post_melt_bolt11_quote))
         .route("/ws", get(ws_handler))
         .route("/ws", get(ws_handler))
         .route(
         .route(
             "/melt/quote/bolt11/:quote_id",
             "/melt/quote/bolt11/:quote_id",