DESKTOP-NE65RNK\Citrus_limon 1 year ago
parent
commit
e4d83aab33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server.rs

+ 1 - 1
src/server.rs

@@ -175,12 +175,12 @@ async fn get_exchanges() -> impl Responder {
         // "bitmart_usdt_swap",
         // "kucoin_usdt_swap",
         // "coinsph_usdt_swap"
+        // "woo_usdt_swap",
         "gate_usdt_swap",
         "binance_usdt_swap",
         "coinex_usdt_swap",
         "htx_usdt_swap",
         "phemex_usdt_swap",
-        "woo_usdt_swap",
         "cointr_usdt_swap",
     ];
     let response_data = json!(exchanges);