Skip to content

Commit b878ec0

Browse files
authored
Fixed header in tooling (#84)
1 parent 0d2d35c commit b878ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Backend/src/Tooling/ConfixClientCommandLineBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private static IConfixClient ConfigureConfixClient(IServiceProvider sp)
3636
void ConfigureClient(HttpClient client)
3737
{
3838
client.BaseAddress = builder.Uri;
39-
client.DefaultRequestHeaders.Add("Authorization", apiKey);
39+
client.DefaultRequestHeaders.Add("confix-api-key", apiKey);
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)