remove nginx
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ async fn main() -> anyhow::Result<()> {
|
||||
|
||||
let app = api::build_router(pool).layer(cors);
|
||||
|
||||
let bind_addr = "0.0.0.0:3301";
|
||||
let bind_addr = "0.0.0.0:3001";
|
||||
tracing::info!("Starting server on {}", bind_addr);
|
||||
|
||||
let listener = tokio::net::TcpListener::bind(bind_addr).await?;
|
||||
|
||||
Reference in New Issue
Block a user