deploy setup

This commit is contained in:
2026-02-27 21:34:13 -06:00
parent 9d7a443b7c
commit 24b9f21541
4 changed files with 53 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ var summaries = new[]
"Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching"
};
app.MapGet("/weatherforecast", () =>
app.MapGet("api/weatherforecast", () =>
{
var forecast = Enumerable.Range(1, 5).Select(index =>
new WeatherForecast