mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-13 16:32:56 +00:00
4 lines
61 B
Rust
4 lines
61 B
Rust
pub mod models;
|
|
pub mod routes;
|
|
pub use routes::make_router;
|