|
@@ -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",
|