Skip to content

Commit 5a6a153

Browse files
committed
fix api use
1 parent 680a7a5 commit 5a6a153

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/apps/review/src/lib/hooks/useFetchScorecard.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import { xhrGetAsync } from '~/libs/core'
55

66
import { Scorecard } from '../models'
77

8-
const baseUrl = `https://local.topcoder-dev.com:4443/scorecards`
9-
// const baseUrl = `${EnvironmentConfig.API.V6}/review`
8+
const baseUrl = `${EnvironmentConfig.API.V6}/review`
109

1110
interface ScorecardResponse {
1211
scorecard: Scorecard | undefined

0 commit comments

Comments
 (0)