weeb services

This commit is contained in:
famfo 2022-01-15 18:25:41 +01:00
parent 47d3011552
commit 29429e099e

View file

@ -31,7 +31,7 @@ async fn handle(db: ExecutorConnection) -> Result<impl warp::Reply, warp::Reject
)) ))
} else { } else {
Ok(warp::reply::with_status( Ok(warp::reply::with_status(
format!("None"), "None".into(),
warp::http::StatusCode::NO_CONTENT, warp::http::StatusCode::NO_CONTENT,
)) ))
} }