mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-27 10:00:38 +00:00
Code review fixes
This commit is contained in:
committed by
Kirill Bulatov
parent
6eef401602
commit
7c1c7702d2
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user