🚧 Working on actions system
This commit is contained in:
parent
2ea0a1698e
commit
e732244a2e
15 changed files with 165 additions and 153 deletions
|
|
@ -42,7 +42,7 @@ pub use crate::{db, db::*, migrations, new_migration};
|
|||
pub use crate::service;
|
||||
pub use crate::service::{HttpMessage, HttpRequest};
|
||||
|
||||
pub use crate::core::AnyBase;
|
||||
pub use crate::core::{AnyBase, AnyTo};
|
||||
|
||||
pub use crate::core::action::*;
|
||||
pub use crate::core::component::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue