Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesycod committed Feb 18, 2025
1 parent 2c81d75 commit c5af875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cli/src/cli_extensions/http_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,7 @@ impl LuaUserData for Router {
routes,
crate::http_binder::CreateRpcServerOptions {
bind: match &this.bind_addr {
#[cfg(unix)]
BindAddr::Unix { path } => {
crate::http_binder::CreateRpcServerBind::UnixSocket(
path.clone(),
Expand Down

0 comments on commit c5af875

Please sign in to comment.