🎨 Identifier to 4 letters for better composition
This commit is contained in:
parent
aed120f96d
commit
23309b4c84
17 changed files with 35 additions and 35 deletions
|
|
@ -32,8 +32,8 @@ impl ModuleTrait for JQuery {
|
|||
vec![action!(ActionAfterPrepareBody => after_prepare_body)]
|
||||
}
|
||||
|
||||
fn configure_service(&self, cfg: &mut service::web::ServiceConfig) {
|
||||
serve_static_files!(cfg, "/jquery", jquery);
|
||||
fn configure_service(&self, scfg: &mut service::web::ServiceConfig) {
|
||||
serve_static_files!(scfg, "/jquery", jquery);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue