Skip to content

Commit e013711

Browse files
committed
tiny changes
1 parent 32689ca commit e013711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ httpRequestMessage.Content = new FormUrlEncodedContent(new[]
101101
new KeyValuePair<string, string>("session", "703438f3-16ad-4ba5-b923-8f72cd0f2db9"),
102102
new KeyValuePair<string, string>("payload", requestBody),
103103
});
104-
httpRequestMessage.Headers.Add("Authorization", $"Bearer {Guid.NewGuid
104+
httpRequestMessage.Headers.Add("Authorization", $"Bearer {Guid.NewGuid()}");
105105
using var httpClient = new HttpClient();
106-
httpClient.BaseAddress = new Uri("http://localhost:1213/v1
106+
httpClient.BaseAddress = new Uri("http://localhost:1213/v1/");
107107
httpClient.GenerateCurlInConsole(
108108
httpRequestMessage,
109109
config =>

0 commit comments

Comments
 (0)