mirror of
https://github.com/hulthe/inkopslista.git
synced 2026-09-18 09:53:39 +02:00
Replace rocket with axum
This commit is contained in:
+1
-1
@@ -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()?;
|
||||
|
||||
Reference in New Issue
Block a user