From a243cb645b109066e7b27aa6d183fcb8590bec9a Mon Sep 17 00:00:00 2001 From: Thomas Kranitsas Date: Mon, 1 Feb 2021 13:37:03 +0200 Subject: [PATCH] update configs for postman testing --- test/postman/resource-api.postman_environment.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/postman/resource-api.postman_environment.json b/test/postman/resource-api.postman_environment.json index 8adfac1..24d0254 100644 --- a/test/postman/resource-api.postman_environment.json +++ b/test/postman/resource-api.postman_environment.json @@ -9,7 +9,7 @@ "values": [ { "type": "any", - "value": "http://localhost:3000/v5", + "value": "https://api.topcoder-dev.com/v5", "key": "URL" }, { @@ -111,4 +111,4 @@ "_postman_variable_scope": "environment", "_postman_exported_at": "2021-02-01T10:57:47.851Z", "_postman_exported_using": "Newman/5.2.2" -} \ No newline at end of file +}