This commit is contained in:
centdix
2025-05-30 11:11:47 +02:00
parent 1cb8e0d4f2
commit dd3ff96ce0
+1
View File
@@ -30,6 +30,7 @@ pub async fn send_inkeep_request(
http::header::CONTENT_TYPE,
"application/json".parse().unwrap(),
);
forwarded_headers.insert("X-Uid", "test".parse().unwrap());
match HTTP_CLIENT
.post(&request_url)