Skip to content

Commit

Permalink
change test endpoint message
Browse files Browse the repository at this point in the history
  • Loading branch information
vivillia committed Apr 9, 2024
1 parent 0650f18 commit 4ef922b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default defineEventHandler(async (event) => {
return {
result: 200,
result: "ice cream",
}
})

0 comments on commit 4ef922b

Please sign in to comment.