💥 Renombra la API "server" por "service"
This commit is contained in:
parent
52baa4f671
commit
7ffea7fab6
22 changed files with 41 additions and 41 deletions
|
|
@ -4,7 +4,7 @@ use pagetop::prelude::*;
|
|||
use pagetop_megamenu::component::{MegaMenu, MegaMenuItem};
|
||||
use pagetop_minimal::component::*;
|
||||
|
||||
pub async fn summary(request: server::HttpRequest) -> ResultPage<Markup, FatalError> {
|
||||
pub async fn summary(request: service::HttpRequest) -> ResultPage<Markup, FatalError> {
|
||||
let top_menu = MegaMenu::new()
|
||||
.with_item(MegaMenuItem::label(L10n::t("module_name", &LOCALE_ADMIN)))
|
||||
.with_item(MegaMenuItem::link(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue