mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-18 13:40:37 +00:00
4 lines
61 B
Rust
4 lines
61 B
Rust
pub mod models;
|
|
pub mod routes;
|
|
pub use routes::make_router;
|