Add update and get-by-tag for schedules
This commit is contained in:
parent
2af71a8d84
commit
e157a5d02d
10 changed files with 107 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
use serde::{Serialize};
|
||||
|
||||
use crate::db::models::Schedule;
|
||||
use crate::db::schedule::get_schedule_tags;
|
||||
use crate::db::schedules::get_schedule_tags;
|
||||
|
||||
#[derive(Debug, Serialize)]
|
||||
pub struct ReturnSchedule {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue