Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 8c50d73

Browse files
committed
revert change made to config
1 parent 1f8683b commit 8c50d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
CONNECT_WEBSITE_URL: "https://connect.topcoder-dev.com",
1111

1212
API: {
13-
V5: "http://localhost:3131/api/v5", // "https://api.topcoder-dev.com/v5",
13+
V5: "https://api.topcoder-dev.com/v5", //"http://localhost:3030/api/v5"
1414
V3: "https://api.topcoder-dev.com/v3",
1515
},
1616
};

0 commit comments

Comments
 (0)