💥 Renombra la API "server" por "service"
This commit is contained in:
parent
52baa4f671
commit
7ffea7fab6
22 changed files with 41 additions and 41 deletions
|
|
@ -14,7 +14,7 @@ impl ModuleTrait for Minimal {
|
|||
MODULE_MINIMAL
|
||||
}
|
||||
|
||||
fn configure_service(&self, cfg: &mut server::web::ServiceConfig) {
|
||||
fn configure_service(&self, cfg: &mut service::web::ServiceConfig) {
|
||||
serve_static_files!(cfg, "/minimal", bundle_minimal);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue