begin api

This commit is contained in:
parent c089b86f14
commit 2595c3fd1f
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

7
server/api/genres.ts Normal file

@ -0,0 +1,7 @@
export default defineEventHandler((event) => {
return [
'Slash',
'Het',
'Gen'
]
})