Skip to content

Commit

Permalink
fix: static file import route
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilerd committed Dec 19, 2024
1 parent 0d9a424 commit 15640ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotcha/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub mod layers {
}

#[cfg(feature = "static_files")]
pub use tower_http::fs::{ServeDir, ServeFile};
pub use tower_http::services::{ServeDir, ServeFile};

// #[cfg(feature = "task")]
pub use task::TaskScheduler;
Expand Down

0 comments on commit 15640ec

Please sign in to comment.