neon_arch
:sparkles: feat(routes): add new route `/download` & update the `/settings` route to handle post requests (#427)
dc34d51 unverified
raw
history blame contribute delete
128 Bytes
//! This module provides modules to handle various routes in the search engine website.
pub mod export_import;
pub mod search;