Change port
This commit is contained in:
parent
7fa4094b83
commit
ce6060b0fa
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ async fn main() {
|
|||
.route("/polls/vote/{id}", post(vote_current_poll))
|
||||
.with_state(initial_state.clone());
|
||||
|
||||
let addr = SocketAddr::from(([127, 0, 0, 1], 3000));
|
||||
let addr = SocketAddr::from(([127, 0, 0, 1], 9183));
|
||||
tracing::info!("Listening on {}", addr);
|
||||
let listener = tokio::net::TcpListener::bind(&addr)
|
||||
.await
|
||||
|
|
Loading…
Add table
Reference in a new issue