Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

432767: New endpoint to get the latest app config version details for a given environment #193

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

philsegal
Copy link
Contributor

No description provided.

{
public static void MapActionsEndpoint(this IEndpointRouteBuilder app)
{
app.MapGet("/actions/latest-config/{environment}", LatestAppConfig);
Copy link
Contributor

Choose a reason for hiding this comment

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

Wondering if it would be better if this was ConfigEndpoints or something?
/config/latest/env
Not sure we need to indicate its from a gh action run once we have the data.

@philsegal philsegal force-pushed the 432767-app-version-endpoint branch from 07346be to ac10432 Compare November 14, 2024 09:09
@philsegal philsegal merged commit fd58c2e into main Nov 14, 2024
1 check passed
@philsegal philsegal deleted the 432767-app-version-endpoint branch November 14, 2024 09:29
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.

2 participants