begin api

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2023-09-23 16:40:24 -04:00
parent c089b86f14
commit 2595c3fd1f
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

7
server/api/genres.ts Normal file
View File

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