Skip to content

Conversation

@kkartunov
Copy link
Contributor

No description provided.

RESOURCE_ROLES_API_URL:
process.env.RESOURCE_ROLES_API_URL || "http://api.topcoder-dev.com/v5/resource-roles",
GROUPS_API_URL: process.env.GROUPS_API_URL || "http://localhost:4000/v5/groups",
GROUPS_API_URL: process.env.GROUPS_API_URL || "http://localhost:4000/v6/groups",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[❗❗ correctness]
The change from /v5/groups to /v6/groups in the GROUPS_API_URL suggests a version upgrade. Ensure that the new API version is compatible with the rest of the application and that any breaking changes are handled appropriately.

@kkartunov kkartunov merged commit fc2f460 into security Dec 4, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants