Fix ServeDir import compilation error
This commit is contained in:
parent
5618ed4367
commit
91a750127c
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ use tokio_tungstenite::{
|
|||
connect_async_tls_with_config, tungstenite,
|
||||
tungstenite::protocol::Message as TungsteniteMessage,
|
||||
};
|
||||
#[cfg(not(feature = "embed-ui"))]
|
||||
use tower_http::services::{ServeDir, ServeFile};
|
||||
|
||||
#[cfg(feature = "embed-ui")]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue