From 80be1149aff961deb1b306e25cbb301821977e98 Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Tue, 14 Aug 2018 14:44:04 +0530 Subject: [PATCH] fixed syntax error --- config/production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/production.json b/config/production.json index 2d3343bd..f7fd78b4 100644 --- a/config/production.json +++ b/config/production.json @@ -1,4 +1,4 @@ { "authDomain": "topcoder.com", - "connectProjectsUrl": "https://connect.topcoder.com/projects/", + "connectProjectsUrl": "https://connect.topcoder.com/projects/" }