checkpoint
This commit is contained in:
parent
bf74a43cf1
commit
3c5f58266c
1 changed files with 1 additions and 4 deletions
|
@ -41,10 +41,7 @@ impl JoecalState {
|
|||
.route("/api/localsend/v2/register", post(register_device))
|
||||
.route(
|
||||
"/api/localsend/v2/info",
|
||||
get(move || {
|
||||
let device = device.clone();
|
||||
async move { Json(device) }
|
||||
}),
|
||||
get(move || async move { Json(device) }),
|
||||
)
|
||||
.route(
|
||||
"/api/localsend/v2/prepare-upload",
|
||||
|
|
Loading…
Reference in a new issue