Add listener to config
This commit is contained in:
parent
4cd32831c1
commit
e0ef3229ab
6 changed files with 84 additions and 3 deletions
|
|
@ -7,6 +7,7 @@ use sea_orm_migration::MigratorTrait;
|
|||
|
||||
pub mod config;
|
||||
pub mod error;
|
||||
pub mod listener;
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct AppState {
|
||||
|
|
|
|||
Loading…
Reference in a new issue