Replace rocket with axum

This commit is contained in:
2026-08-20 23:59:51 +02:00
parent 5adfcc1ceb
commit b874f0c577
5 changed files with 238 additions and 779 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ async fn put_category(
) -> Result<(), anyhow::Error> {
let client = reqwest::Client::new();
let url: Url = format!(
"{address}/api/favourites/{itemname}/category",
"{address}/api/favorites/{itemname}/category",
address = conf.lock().unwrap().address
)
.parse()?;