Add listener to config

This commit is contained in:
gabatxo1312 2026-01-28 18:55:01 +01:00
commit e0ef3229ab
No known key found for this signature in database
6 changed files with 84 additions and 3 deletions

View file

@ -7,6 +7,7 @@ use sea_orm_migration::MigratorTrait;
pub mod config;
pub mod error;
pub mod listener;
#[derive(Clone, Debug)]
pub struct AppState {