Add builds card to frontend

This commit is contained in:
jose-rZM
2025-12-15 12:51:48 +01:00
parent 077abd6dc1
commit 846418e9a4
3 changed files with 208 additions and 2 deletions

View File

@@ -20,3 +20,7 @@ export async function getPrices() {
export async function getCiStatus() {
return getJson('/health');
}
export async function getBuildHistory() {
return getJson('/builds');
}