checkpoint

This commit is contained in:
Joe Ardent 2025-07-08 09:59:03 -07:00
parent bf74a43cf1
commit 3c5f58266c

View file

@ -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",