pub async fn create_event(
__arg0: State<AppState>,
__arg1: Path<i64>,
__arg2: Json<CreateEventRequest>,
) -> impl IntoResponseExpand description
Add an event to a task
pub async fn create_event(
__arg0: State<AppState>,
__arg1: Path<i64>,
__arg2: Json<CreateEventRequest>,
) -> impl IntoResponseAdd an event to a task