Skip to content

Commit c6063cc

Browse files
authored
Merge pull request #208 from jordanopensource/feat/add-a-simple-health-check-endpoint
Feat: add a simple heathcheck endpoint
2 parents 4b433fd + b52bfbb commit c6063cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/api/healthcheck.get.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default eventHandler(async (event) => {
2+
return { result: 'I GOT THE SOIL!!' }
3+
})

0 commit comments

Comments
 (0)