forked from jmug/stoatchat
chore: releasing beta build of autumn
This commit is contained in:
@@ -77,7 +77,6 @@ async fn main() -> Result<(), std::io::Error> {
|
||||
.with_state(db);
|
||||
|
||||
// Configure TCP listener and bind
|
||||
tracing::info!("hi vscode, please port forward http://127.0.0.1:14704, thank you!");
|
||||
let address = SocketAddr::from((Ipv4Addr::UNSPECIFIED, 14704));
|
||||
let listener = TcpListener::bind(&address).await?;
|
||||
axum::serve(listener, app.into_make_service()).await
|
||||
|
||||
Reference in New Issue
Block a user