9 lines
190 B
Rust
9 lines
190 B
Rust
pub mod admin_handler;
|
|
pub mod aggregate_handler;
|
|
pub mod delete_handler;
|
|
pub mod find_handler;
|
|
pub mod hello_handler;
|
|
pub mod index_handler;
|
|
pub mod insert_handler;
|
|
pub mod update_handler;
|