add rss feed with common actions

This commit is contained in:
2023-04-18 12:10:11 +02:00
parent b50d546a5c
commit a3ac83228c
8 changed files with 138 additions and 4 deletions

View File

@ -7,6 +7,7 @@ use self::{
trip::{Trip, TripWithUser},
};
pub mod log;
pub mod planned_event;
pub mod trip;
pub mod tripdetails;