Skip to content

Commit

Permalink
chore(viz): remove serve
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 30, 2023
1 parent 8748177 commit 00d9c00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
5 changes: 1 addition & 4 deletions viz/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -526,12 +526,9 @@
mod responder;
#[cfg(any(feature = "http1", feature = "http2"))]
pub use responder::Responder;

#[cfg(any(feature = "http1", feature = "http2"))]
// mod serve;
#[cfg(any(feature = "http1", feature = "http2"))]
// pub use serve::{serve, serve_with_upgrades};
mod server;
#[cfg(any(feature = "http1", feature = "http2"))]
pub use server::*;

/// TLS
Expand Down
39 changes: 0 additions & 39 deletions viz/src/serve.rs

This file was deleted.

0 comments on commit 00d9c00

Please sign in to comment.