Skip to content

Commit 51b2daf

Browse files
committed
fix: import metadata from Project Service API V5
1 parent 99282bc commit 51b2daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/seed/seedMetadata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (!process.env.CONNECT_USER_TOKEN) {
1010
// we need to know any logged in Connect user token to retrieve data from DEV
1111
const CONNECT_USER_TOKEN = process.env.CONNECT_USER_TOKEN;
1212

13-
var url = 'https://api.topcoder-dev.com/v4/projects/metadata';
13+
var url = 'https://api.topcoder-dev.com/v5/projects/metadata';
1414

1515
module.exports = (targetUrl, token) => {
1616
var destUrl = targetUrl + 'projects/';

0 commit comments

Comments
 (0)