1 2 3 4 5 6
//! HTTP REST and GraphQL API endpoints for VibeSQL pub mod rest; pub mod types; pub use rest::create_http_router;