allow admin to send notifications
This commit is contained in:
@@ -10,6 +10,7 @@ use crate::{
|
||||
|
||||
pub mod boat;
|
||||
pub mod mail;
|
||||
pub mod notification;
|
||||
pub mod planned_event;
|
||||
pub mod schnupper;
|
||||
pub mod user;
|
||||
@@ -77,6 +78,7 @@ pub fn routes() -> Vec<Route> {
|
||||
ret.append(&mut user::routes());
|
||||
ret.append(&mut schnupper::routes());
|
||||
ret.append(&mut boat::routes());
|
||||
ret.append(&mut notification::routes());
|
||||
ret.append(&mut mail::routes());
|
||||
ret.append(&mut planned_event::routes());
|
||||
ret.append(&mut routes![rss, show_rss, show_list, list]);
|
||||
|
Reference in New Issue
Block a user