We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95291ec commit 9916bfeCopy full SHA for 9916bfe
1 file changed
internal/controller/ai_controller.go
@@ -330,7 +330,7 @@ type azureAPIKeyTransport struct {
330
func (t *azureAPIKeyTransport) RoundTrip(req *http.Request) (*http.Response, error) {
331
req = req.Clone(req.Context())
332
req.Header.Del("Authorization")
333
- req.Header.Set("api-key", t.apiKey)
+ req.Header.Set("Api-Key", t.apiKey)
334
return t.transport.RoundTrip(req)
335
}
336
0 commit comments