refactor: urls module

This commit is contained in:
Bakyt Niiazaliev 2025-06-14 16:41:46 +07:00
parent adef6c66e2
commit 4bc7852f57
2 changed files with 3 additions and 0 deletions

3
src/urls/mod.rs Normal file
View File

@ -0,0 +1,3 @@
mod query_params;
pub use query_params::QueryParams;