Skip to content

Commit

Permalink
feat: add server to prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
tejmagar committed Jun 7, 2024
1 parent f6d481f commit 80aab98
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 @@ -5,3 +5,4 @@ pub use crate::core::response::status::ResponseStatus;
pub use crate::core::response::HttpResponse;
pub use crate::core::response::JsonResponse;
pub use crate::core::shortcuts::SingleText;
pub use crate::core::server::Server;

0 comments on commit 80aab98

Please sign in to comment.