فهرست منبع

Added line removed by mistake when fixing merge conflicts

Cesar Rodas 4 ماه پیش
والد
کامیت
9d99d6daa0
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      crates/cdk-axum/src/lib.rs

+ 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),
         )
         .route("/mint/bolt11", post(cache_post_mint_bolt11))
+        .route("/melt/quote/bolt11", post(post_melt_bolt11_quote))
         .route("/ws", get(ws_handler))
         .route(
             "/melt/quote/bolt11/:quote_id",