This commit is contained in:
che
2026-07-27 12:17:17 +05:00
parent c1b24206b9
commit 13362528cd
8 changed files with 482 additions and 32 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ impl AppModule for TaskModule {
}
fn init(&self, ctx: &mut ModuleContext) {
ctx.mapped_remote_resource::<models::Employee>(
ctx.cached_mapped_remote_resource::<models::Employee>(
"employee",
"/api/persone/employee/",
serializers::employee_serializer(),