You've already forked AstralRinth
forked from didirus/AstralRinth
Bump version (#348)
This commit is contained in:
@@ -158,10 +158,7 @@ pub fn reports_config(cfg: &mut web::ServiceConfig) {
|
||||
}
|
||||
|
||||
pub fn admin_config(cfg: &mut web::ServiceConfig) {
|
||||
cfg.service(
|
||||
web::scope("admin")
|
||||
.service(admin::count_download)
|
||||
);
|
||||
cfg.service(web::scope("admin").service(admin::count_download));
|
||||
}
|
||||
|
||||
#[derive(thiserror::Error, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user