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

Commit 606467f

Browse files
committed
Fix of production configuration
1 parent 4f7b609 commit 606467f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/production.js

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
*/
44

55
module.exports = {
6+
API: {
7+
V2: 'https://api.topcoder.com/v2',
8+
V3: 'https://api.topcoder.com/v3',
9+
},
610
CDN: {
711
PUBLIC: 'https://d2nl5eqipnb33q.cloudfront.net',
812
},

0 commit comments

Comments
 (0)