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 90946c5 commit c74c69fCopy full SHA for c74c69f
src/mcp/resources/swagger/review.resource.ts
@@ -3,7 +3,7 @@ import { Resource } from '@tc/mcp-nest';
3
import axios from 'axios';
4
import { Logger } from 'src/shared/global';
5
6
-const SPEC_URL = 'https://api.topcoder-dev.com/v5/review/api-docs-yaml';
+const SPEC_URL = 'https://api.topcoder-dev.com/v6/review/api-docs-yaml';
7
8
@Injectable()
9
export class ReviewApiSwaggerResource {
0 commit comments