Add todos
This commit is contained in:
parent
a7afbea0b9
commit
9744d5c059
2 changed files with 2 additions and 0 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue