Skip to content

Commit

Permalink
Fixed method
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechArch committed Oct 19, 2023
1 parent 4b9489c commit afab94a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public async Task ExportAltinn2Resource()
{
// Arrange
string uri = $"designer/api/ttd/resources/importresource/4485/4444/at23";
using (HttpRequestMessage httpRequestMessage = new HttpRequestMessage(HttpMethod.Get, uri))
using (HttpRequestMessage httpRequestMessage = new HttpRequestMessage(HttpMethod.Post, uri))
{
ServiceResource serviceResource = new ServiceResource()
{
Expand Down

0 comments on commit afab94a

Please sign in to comment.