This commit is contained in:
hexlocation 2025-08-03 01:00:36 +02:00
parent cfaf03f04a
commit 1601811278

View file

@ -18,6 +18,8 @@ fn index() -> &'static str {
#[launch]
fn rocket() -> _ {
// TODO: clean up example code
// This is the example backend client. (The stereo.cat backend for example).
let client = reqwest::blocking::Client::new();