server: rename email_notifications module to notifications

The module will be extended to interact with the proxmox_notify crate,
hence the name change seems to be in order.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Tested-by: Gabriel Goller <g.goller@proxmox.com>
Reviewed-by: Gabriel Goller <g.goller@proxmox.com>
Tested-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Lukas Wagner 2024-04-23 13:51:54 +02:00 committed by Thomas Lamprecht
parent 34ab74a0c9
commit 2764be3db5
2 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ pub use gc_job::*;
mod realm_sync_job;
pub use realm_sync_job::*;
mod email_notifications;
pub use email_notifications::*;
pub mod notifications;
pub use notifications::*;
mod report;
pub use report::*;