Skip to content

Commit 2095f6b

Browse files
Update sample app with new API url
1 parent 766b2b2 commit 2095f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/ConsoleAppSample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ internal class Program
1111
{
1212
private static void Main(string[] args)
1313
{
14-
const string url = "http://worldclockapi.com/api/json/utc/now";
14+
const string url = "http://worldtimeapi.org/api/timezone/Europe/Zurich";
1515

1616
// HttpClient uses an HttpClientHandler nested into InMemoryCacheHandler in order to handle http get response caching
1717
var httpClientHandler = new HttpClientHandler();

0 commit comments

Comments
 (0)