瀏覽代碼

添加woox交易所数据收集

DESKTOP-NE65RNK\Citrus_limon 1 年之前
父節點
當前提交
01acc30630
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/server.rs

+ 1 - 1
src/server.rs

@@ -179,7 +179,7 @@ async fn get_exchanges() -> impl Responder {
         "binance_usdt_swap",
         "coinex_usdt_swap",
         "htx_usdt_swap",
-        "phemex_usdt_swap"
+        "phemex_usdt_swap",
         "woox_usdt_swap"
     ];
     let response_data = json!(exchanges);