7 lines
85 B
Rust
7 lines
85 B
Rust
// tests/tables_data/mod.rs
|
|
|
|
pub mod get;
|
|
pub mod delete;
|
|
pub mod post;
|
|
pub mod put;
|