Browse Source

Update actix port.

Lee Morgan 11 tháng trước cách đây
mục cha
commit
f08435c5a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main.rs

+ 1 - 1
src/main.rs

@@ -27,7 +27,7 @@ async fn main() -> std::io::Result<()> {
             .configure(routes::account::config)
             .configure(routes::transaction::config)
     })
-        .bind(("0.0.0.0", 8000))?
+        .bind(("0.0.0.0", 5001))?
         .run()
         .await
 }