Add update and get-by-tag for schedules

This commit is contained in:
Tobias Reisinger 2022-04-03 18:39:31 +02:00
parent 2af71a8d84
commit e157a5d02d
10 changed files with 107 additions and 18 deletions

View file

@ -7,7 +7,7 @@ use dotenv::dotenv;
pub mod errors;
pub mod models;
pub mod schema;
pub mod schedule;
pub mod schedules;
pub mod tag;
mod model_utils;