Skip to content

Commit

Permalink
feat(api): add base route health check
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove committed Oct 3, 2024
1 parent ab8d1d8 commit 948616c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/AquaApi/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
app.UseSwaggerUI();
}


app.MapGet("/", () => "AquaApi is running. Navigate to swagger to test.");

// Endpoint to fetch a CSV from Blob Storage, parse it, and return JSON
app.MapGet("/temperature_predictions/latest", async (BlobServiceClient blobServiceClient) =>
Expand Down

0 comments on commit 948616c

Please sign in to comment.