From ab4bbfb1eb838993eb5735bfe1e029efe37a392b Mon Sep 17 00:00:00 2001 From: Kelvin Date: Wed, 21 Oct 2020 17:28:47 -0400 Subject: [PATCH] Update config.json with new apiUrl --- lib/config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/config.json b/lib/config/config.json index d5310e7..71969b9 100644 --- a/lib/config/config.json +++ b/lib/config/config.json @@ -1,3 +1,3 @@ { - "apiUrl": "https://api.packet.net" + "apiUrl": "https://api.equinix.com/metal/v1" }