fix: update api calls for use with new api

This commit is contained in:
2026-02-13 23:06:31 +01:00
parent 15a8c1c221
commit ec7c055d77
+1 -1
View File
@@ -30,7 +30,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
"#;
println!("{ascii}");
let server_url = "https://api.michijackson.xyz/search/".to_owned();
let server_url = "https://api.michijackson.xyz/search?q=".to_owned();
let mut input = String::new();
eprint!("Search: ");