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

Commit 904c4df

Browse files
committed
fix: add missing v5 api url
1 parent 11ccd51 commit 904c4df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/prod.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
},
1010
API: {
1111
V3: "https://api.topcoder.com/v3",
12+
V5: "https://api.topcoder.com/v5",
1213
},
1314
REAUTH_OFFSET: 55, // seconds
1415
};

0 commit comments

Comments
 (0)