chore: trigger gitea pipeline - rebuild gateway
This commit is contained in:
parent
e16b526fdc
commit
f82d0c5153
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ async fn main() {
|
|||
.expect("PORT must be a valid u16");
|
||||
let addr = SocketAddr::from(([0, 0, 0, 0], port));
|
||||
|
||||
tracing::info!("Gateway listening on {}", addr);
|
||||
tracing::info!("Gateway listening on {} (routing v2)", addr);
|
||||
|
||||
let listener = tokio::net::TcpListener::bind(&addr).await.unwrap();
|
||||
axum::serve(listener, app).await.unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue