Skip to content

Commit c74c69f

Browse files
committed
up to v6 fore review api
1 parent 90946c5 commit c74c69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/resources/swagger/review.resource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Resource } from '@tc/mcp-nest';
33
import axios from 'axios';
44
import { Logger } from 'src/shared/global';
55

6-
const SPEC_URL = 'https://api.topcoder-dev.com/v5/review/api-docs-yaml';
6+
const SPEC_URL = 'https://api.topcoder-dev.com/v6/review/api-docs-yaml';
77

88
@Injectable()
99
export class ReviewApiSwaggerResource {

0 commit comments

Comments
 (0)