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.
2 parents 4b433fd + b52bfbb commit c6063ccCopy full SHA for c6063cc
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