Skip to content

Commit

Permalink
url
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBugginsNHS committed Nov 24, 2023
1 parent 2f1c9d3 commit e34a94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commcheck-api/webappass/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{
var antiforgery = Antiforgery.GetAntiforgeryToken();
var request = new HttpRequestMessage(HttpMethod.Post,
"http://localhost:5004/check");// "https://commchecks.azurewebsites.net/check");
"https://commchecks.azurewebsites.net/check");// "https://commchecks.azurewebsites.net/check");
request.Headers.Add("Accept", "application/vnd.github.v3+json");
request.Headers.Add("User-Agent", "HttpClientFactory-Sample");
// request.Headers.Add("RequestVerificationToken", antiforgery.Value);
Expand Down

0 comments on commit e34a94b

Please sign in to comment.