Skip to content

Commit

Permalink
fix: add url to site build task response
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbo committed Jan 27, 2025
1 parent e5d0d35 commit a1f1a61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/controllers/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ module.exports = wrapHandlers({
branch: sbt.branch,
name: sbt.BuildTaskType.name,
description: sbt.BuildTaskType.description,
url: sbt.BuildTaskType.url,
}));

return res.json(siteBuildTasks);
Expand Down

0 comments on commit a1f1a61

Please sign in to comment.