Add builds card to frontend
This commit is contained in:
@@ -20,3 +20,7 @@ export async function getPrices() {
|
||||
export async function getCiStatus() {
|
||||
return getJson('/health');
|
||||
}
|
||||
|
||||
export async function getBuildHistory() {
|
||||
return getJson('/builds');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user