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