Change port to 9030
This commit is contained in:
parent
48a3a206a3
commit
54295ea098
@ -107,7 +107,7 @@ async fn main() {
|
|||||||
cpu_task_limit: Arc::new(Semaphore::new(4)),
|
cpu_task_limit: Arc::new(Semaphore::new(4)),
|
||||||
});
|
});
|
||||||
|
|
||||||
let addr = SocketAddr::from(([0, 0, 0, 0], 3000));
|
let addr = SocketAddr::from(([0, 0, 0, 0], 9030));
|
||||||
tracing::info!("listening on {}", addr);
|
tracing::info!("listening on {}", addr);
|
||||||
axum::Server::bind(&addr)
|
axum::Server::bind(&addr)
|
||||||
.serve(app.into_make_service())
|
.serve(app.into_make_service())
|
||||||
|
Loading…
Reference in New Issue
Block a user