feat: download published pow performance analytics

This commit is contained in:
Aravinth Manivannan
2023-06-30 18:13:46 +05:30
parent ccb9278d67
commit c56b04fa5a
3 changed files with 182 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ pub mod meta;
pub mod notifications;
pub mod pow;
mod routes;
pub mod survey;
pub use routes::ROUTES;
@@ -24,6 +25,7 @@ pub fn services(cfg: &mut ServiceConfig) {
account::services(cfg);
mcaptcha::services(cfg);
notifications::services(cfg);
survey::services(cfg);
}
#[derive(Deserialize)]