We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc45c27 commit 54b5b14Copy full SHA for 54b5b14
src/services/api.js
@@ -9,7 +9,7 @@ import { config, isomorphy } from 'topcoder-react-utils';
9
import { delay } from '../utils/time';
10
import { setErrorIcon, ERROR_ICON_TYPES } from '../utils/errors';
11
12
-config.API.V4 = 'https://api.topcoder.com/v4';
+//config.API.V4 = 'https://api.topcoder.com/v4';
13
14
/* The minimal delay [ms] between API calls. To avoid problems with the requests
15
* rate limits configured in Topcoder APIs, we throttle requests rate at the
0 commit comments