captcha stats

This commit is contained in:
realaravinth
2021-05-27 14:47:29 +05:30
parent df89938f2a
commit fcdbe66b26
28 changed files with 412 additions and 122 deletions

View File

@@ -28,15 +28,16 @@ mod api;
mod data;
mod docs;
mod errors;
mod middleware;
mod pages;
mod settings;
mod static_assets;
#[macro_use]
mod routes;
mod settings;
mod static_assets;
mod stats;
#[cfg(test)]
#[macro_use]
mod tests;
mod middleware;
pub use api::v1::ROUTES as V1_API_ROUTES;
pub use data::Data;