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
src/handlers
|
@ -3,6 +3,7 @@ use actix_web::HttpResponse;
|
|||
use serde::ser::SerializeStruct;
|
||||
use serde::{Serialize, Serializer};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum HandlerError {
|
||||
BadUid,
|
||||
ProtectedSchedule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue