diff --git a/src-tauri/src/web.rs b/src-tauri/src/web.rs index 5615561..14fbce8 100644 --- a/src-tauri/src/web.rs +++ b/src-tauri/src/web.rs @@ -6,8 +6,8 @@ static CLIENT: Lazy = Lazy::new(|| { headers.insert(USER_AGENT, header::HeaderValue::from_static("cultivation")); headers.insert( CONTENT_TYPE, - header::HeaderValue::from_static("application/json"), - ); + header::HeaderValue::from_static("application/json"), + ); let client = reqwest::Client::builder().default_headers(headers); client.build().unwrap()