mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 05:43:33 +09:00
first
This commit is contained in:
5
server/handlers/hello-world.ts
Normal file
5
server/handlers/hello-world.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { defineEventHandler } from 'h3'
|
||||
|
||||
export default defineEventHandler(() => {
|
||||
return 'Hello World!'
|
||||
})
|
||||
Reference in New Issue
Block a user