ordering of the tests for tables data

This commit is contained in:
filipriec
2025-06-25 10:34:58 +02:00
parent 5c23f61a10
commit dc99131794
21 changed files with 18 additions and 4 deletions

View File

@@ -1,2 +1,7 @@
// tests/tables_data/mod.rs
pub mod handlers;
pub mod get;
pub mod delete;
pub mod post;
pub mod put;