Code review fixes

This commit is contained in:
Kirill Bulatov
2022-02-09 11:05:14 +02:00
committed by Kirill Bulatov
parent 6eef401602
commit 7c1c7702d2
3 changed files with 17 additions and 8 deletions

View File

@@ -3,6 +3,6 @@ pub mod error;
pub mod json;
pub mod request;
/// Current fast way to applly simple http routing in varuious Zenith binaries.
/// Reexported for sake of uniform approach, that could be later replaced with better alternatives, if needed.
/// Current fast way to apply simple http routing in various Zenith binaries.
/// Re-exported for sake of uniform approach, that could be later replaced with better alternatives, if needed.
pub use routerify::{ext::RequestExt, RouterBuilder};