From 7789ebc0f9e40c4d18fb604b5343a53e0f3bd2e7 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Sun, 15 Nov 2020 01:37:57 -0800 Subject: [PATCH] Use URLSession and DispatchSemaphore to create custom implementation of status API --- Resources/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/config.json b/Resources/config.json index b889d51..9beffaf 100644 --- a/Resources/config.json +++ b/Resources/config.json @@ -5,7 +5,7 @@ "Node 1": [ { "name": "Example", - "url": "https://example.comd", + "url": "https://example.com", "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." } ],