We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b433fd commit b52bfbbCopy full SHA for b52bfbb
server/api/healthcheck.get.ts
@@ -0,0 +1,3 @@
1
+export default eventHandler(async (event) => {
2
+ return { result: 'I GOT THE SOIL!!' }
3
+})
0 commit comments