Actualiza nomenclatura en código
This commit is contained in:
parent
d8b2e3089c
commit
c2b69fa539
9 changed files with 23 additions and 24 deletions
|
|
@ -15,7 +15,7 @@ impl ModuleTrait for Admin {
|
|||
Some(l("module_description"))
|
||||
}
|
||||
|
||||
fn configure_module(&self, cfg: &mut app::web::ServiceConfig) {
|
||||
fn configure_service(&self, cfg: &mut app::web::ServiceConfig) {
|
||||
cfg.service(
|
||||
app::web::scope("/admin")
|
||||
.route("", app::web::get().to(summary::summary))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue