Add todos

This commit is contained in:
Joscha 2023-08-11 21:47:56 +02:00
parent a7afbea0b9
commit 9744d5c059
2 changed files with 2 additions and 0 deletions

View file

@ -100,6 +100,7 @@ pub async fn get(
.into_response())
}
// TODO Move to /admin/queue/add
pub async fn post_enqueue(
Path(hash): Path<String>,
State(config): State<&'static Config>,