Add more stuff

This commit is contained in:
Ethan O'Brien
2026-02-01 21:27:22 -06:00
parent 4836f332f0
commit 41b3ea2c7f
2 changed files with 53 additions and 7 deletions

View File

@@ -217,6 +217,7 @@ pub async fn request(req: HttpRequest, body: String) -> HttpResponse {
"/api/webui/export" => webui::export(req),
"/api/webui/serverInfo" => webui::server_info(req),
"/api/webui/listCards" => webui::get_card_info(req),
"/api/webui/listMusic" => webui::get_music_info(req),
_ => api_req(req, body).await
}
}