Function create_daily_challenge

Source
pub async fn create_daily_challenge(
    __arg0: Extension<CurrentUser>,
    __arg1: State<AppState>,
    __arg2: Path<Uuid>,
) -> Result<Json<DailyChallengeResponse>>