This commit is contained in:
wei
2025-09-07 15:24:51 +08:00
parent df00d3f26a
commit a64371169a
+1 -1
View File
@@ -162,7 +162,7 @@ impl AstralaneClient {
]
}))?;
// Send request with api_key header (like your example)
// Send request with api_key header
let response_text = self.http_client.post(&self.endpoint)
.body(request_body)
.header("Content-Type", "application/json")