set localhost to public
This commit is contained in:
parent
2608b10efa
commit
66358bdd05
@ -77,7 +77,7 @@ impl Server {
|
|||||||
.make_span_with(DefaultMakeSpan::default().include_headers(true)),
|
.make_span_with(DefaultMakeSpan::default().include_headers(true)),
|
||||||
);
|
);
|
||||||
|
|
||||||
let addr = SocketAddr::from(([127, 0, 0, 1], 3000));
|
let addr = SocketAddr::from(([0, 0, 0, 0], 3000));
|
||||||
|
|
||||||
Server { app, addr }
|
Server { app, addr }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user