💥 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 JQuery {
|
|||
MODULE_JQUERY
|
||||
}
|
||||
|
||||
fn configure_service(&self, cfg: &mut server::web::ServiceConfig) {
|
||||
fn configure_service(&self, cfg: &mut service::web::ServiceConfig) {
|
||||
serve_static_files!(cfg, "/jquery", bundle_jquery);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue