Skip to content

Commit

Permalink
fix api
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-kali-team committed Jul 31, 2024
1 parent a5f5269 commit 951ab35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions observer_ward/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ pub fn api_server(

fn print_help(url: &str, t: Option<String>, listening_address: &UnixSocketAddr) {
let api_doc = match listening_address {
#[cfg(unix)]
UnixSocketAddr::Unix(p) => {
info!(
"{}API service has been started: {}",
Expand Down

0 comments on commit 951ab35

Please sign in to comment.