⚙️ refactor: reorganize code & restructure codebase for better maintainability (#207)

This commit is contained in:
neon_arch 2023-09-03 20:50:50 +03:00
parent 453dbdc47d
commit 493c56bd02
17 changed files with 141 additions and 122 deletions

3
src/server/routes/mod.rs Normal file
View file

@ -0,0 +1,3 @@
//! This module provides modules to handle various routes in the search engine website.
pub mod search;