Sage-Bionetworks / sage-monorepo

Where OpenChallenges, Schematic, and other Sage open source apps are built
https://sage-bionetworks.github.io/sage-monorepo/
Apache License 2.0
23 stars 12 forks source link

[Bug] The endpoint `api/v1/edamConcepts` is not publicly available on openchallenges.io #2636

Closed tschaffter closed 5 months ago

tschaffter commented 5 months ago

Is there an existing issue for this?

What product(s) are you seeing the problem on?

OpenChallenges

Current behavior

This endpoint was added recently to main but it is not available publicly.

To check:

Expected behavior

The endpoint should return the first page of the EDAM concepts

Anything else?

No response

Commit ID

No response

Are you developing inside the dev container?

Code of Conduct

tschaffter commented 5 months ago

The issue is because I forgot to update the config of the API gateway in https://github.com/Sage-Bionetworks/openchallenges-config-server-repository.

tschaffter commented 5 months ago

The endpoint will be accessible via the API gateway on the prod server the next time the stack is updated on this server.