Skip to content

Commit 54b5b14

Browse files
committed
removing hardcoding
1 parent bc45c27 commit 54b5b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { config, isomorphy } from 'topcoder-react-utils';
99
import { delay } from '../utils/time';
1010
import { setErrorIcon, ERROR_ICON_TYPES } from '../utils/errors';
1111

12-
config.API.V4 = 'https://api.topcoder.com/v4';
12+
//config.API.V4 = 'https://api.topcoder.com/v4';
1313

1414
/* The minimal delay [ms] between API calls. To avoid problems with the requests
1515
* rate limits configured in Topcoder APIs, we throttle requests rate at the

0 commit comments

Comments
 (0)