mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-09-12 18:44:25 +08:00
refactor: 删除部分多余的代码和注释
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
mod audio_ws;
|
||||
mod error;
|
||||
mod handlers;
|
||||
mod routes;
|
||||
mod static_files;
|
||||
mod ws;
|
||||
|
||||
pub use audio_ws::audio_ws_handler;
|
||||
pub use error::ErrorResponse;
|
||||
pub use routes::create_router;
|
||||
// StaticAssets is only available in release mode (embedded assets)
|
||||
#[cfg(not(debug_assertions))]
|
||||
pub use static_files::StaticAssets;
|
||||
pub use ws::ws_handler;
|
||||
|
||||
Reference in New Issue
Block a user