We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680a7a5 commit 5a6a153Copy full SHA for 5a6a153
src/apps/review/src/lib/hooks/useFetchScorecard.ts
@@ -5,8 +5,7 @@ import { xhrGetAsync } from '~/libs/core'
5
6
import { Scorecard } from '../models'
7
8
-const baseUrl = `https://local.topcoder-dev.com:4443/scorecards`
9
-// const baseUrl = `${EnvironmentConfig.API.V6}/review`
+const baseUrl = `${EnvironmentConfig.API.V6}/review`
10
11
interface ScorecardResponse {
12
scorecard: Scorecard | undefined
0 commit comments