mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-21 23:20:40 +00:00
5 lines
62 B
Rust
5 lines
62 B
Rust
pub mod routes;
|
|
pub use routes::make_router;
|
|
|
|
pub mod models;
|