Browse Source

放开bybit

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

+ 1 - 1
src/server.rs

@@ -176,7 +176,6 @@ async fn get_exchanges() -> impl Responder {
         // "coinsph_usdt_swap"
         // "coinsph_usdt_swap"
         // "woo_usdt_swap",
         // "woo_usdt_swap",
         // "cointr_usdt_swap",
         // "cointr_usdt_swap",
-        // "bitget_usdt_swap",
 
 
         "gate_usdt_swap",
         "gate_usdt_swap",
         "binance_usdt_swap",
         "binance_usdt_swap",
@@ -185,6 +184,7 @@ async fn get_exchanges() -> impl Responder {
         "mexc_usdt_swap",
         "mexc_usdt_swap",
         "gate_usdt_spot",
         "gate_usdt_spot",
         "bybit_usdt_swap",
         "bybit_usdt_swap",
+        "bitget_usdt_swap",
     ];
     ];
     let response_data = json!(exchanges);
     let response_data = json!(exchanges);