Skip to content

Commit

Permalink
improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Nov 27, 2023
1 parent 3e2cbff commit 02b0217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ pub async fn server_main(socket_file_path: &Path) -> anyhow::Result<AppResult> {
serve(uds, app).await?;

// let addr = "127.0.0.1:3000";
// let listener = tokio::net::TcpListener::bind(addr).await.unwrap();
// let listener = tokio::net::TcpListener::bind(addr).await?;
// tracing::info!("listening on http://{addr}");
// axum::serve(listener, app).await?;

Expand Down

0 comments on commit 02b0217

Please sign in to comment.