We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99282bc commit 51b2dafCopy full SHA for 51b2daf
local/seed/seedMetadata.js
@@ -10,7 +10,7 @@ if (!process.env.CONNECT_USER_TOKEN) {
10
// we need to know any logged in Connect user token to retrieve data from DEV
11
const CONNECT_USER_TOKEN = process.env.CONNECT_USER_TOKEN;
12
13
-var url = 'https://api.topcoder-dev.com/v4/projects/metadata';
+var url = 'https://api.topcoder-dev.com/v5/projects/metadata';
14
15
module.exports = (targetUrl, token) => {
16
var destUrl = targetUrl + 'projects/';
0 commit comments