mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-02 21:10:38 +00:00
4 lines
61 B
Rust
4 lines
61 B
Rust
pub mod models;
|
|
pub mod routes;
|
|
pub use routes::make_router;
|