mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 09:26:52 +01:00
10 lines
213 B
AL
10 lines
213 B
AL
codeunit 50241 "Sec Sample Url Bad"
|
|
{
|
|
procedure Sync(ServiceUrl: Text)
|
|
var
|
|
Client: HttpClient;
|
|
Response: HttpResponseMessage;
|
|
begin
|
|
Client.Get(ServiceUrl, Response);
|
|
end;
|
|
}
|