소스 검색

添加woox交易所数据收集

DESKTOP-NE65RNK\Citrus_limon 1 년 전
부모
커밋
5039b535a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/server.rs

+ 1 - 1
src/server.rs

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