Skip to content

Commit

Permalink
feat(http): support websocket server
Browse files Browse the repository at this point in the history
  • Loading branch information
StellarisW committed Aug 7, 2024
1 parent aaee04e commit e8dc558
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion volo-http/src/server/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ mod serve_dir;
pub use file_response::FileResponse;
pub use serve_dir::ServeDir;


#[cfg(feature = "ws")]
pub mod ws;
#[cfg(feature = "ws")]
Expand Down

0 comments on commit e8dc558

Please sign in to comment.