Reintroduce web response type for full pages

This commit is contained in:
Manuel Cillero 2024-11-24 09:23:24 +01:00
parent 04a365797d
commit b2b0d8bd3e
40 changed files with 1516 additions and 249 deletions

View file

@ -1,8 +1,8 @@
use pagetop::prelude::*;
static_locales!(LOCALES_BOOTSIER);
include_locales!(LOCALES_BOOTSIER);
//static_files!(bootsier);
//include_files!(bootsier);
pub struct Bootsier;
@ -26,7 +26,7 @@ impl PackageTrait for Bootsier {
}
fn configure_service(&self, scfg: &mut service::web::ServiceConfig) {
static_files_service!(scfg, bootsier => "/bootsier");
include_files_service!(scfg, bootsier => "/bootsier");
} */
}