mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-04 00:03:02 +00:00
fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user