Skip to content

Commit

Permalink
feat: add Path to prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
tejmagar committed Jun 8, 2024
1 parent 80aab98 commit 90de54e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ pub use crate::core::response::Response;
pub use crate::core::response::status::ResponseStatus;
pub use crate::core::response::HttpResponse;
pub use crate::core::response::JsonResponse;
pub use crate::core::path::Path;
pub use crate::core::shortcuts::SingleText;
pub use crate::core::server::Server;

0 comments on commit 90de54e

Please sign in to comment.