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 10ddf0f commit a6b3884Copy full SHA for a6b3884
src/mcp/resources/swagger/challenges.resource.ts
@@ -4,7 +4,7 @@ import axios from 'axios';
4
import { Logger } from 'src/shared/global';
5
6
const SPEC_URL =
7
- 'https://raw.githubusercontent.com/topcoder-platform/member-api-v6/refs/heads/develop/docs/swagger.yaml';
+ 'https://raw.githubusercontent.com/topcoder-platform/challenge-api-v6/refs/heads/develop/docs/swagger.yaml';
8
9
@Injectable()
10
export class ChallengesApiSwaggerResource {
0 commit comments