Add crude song API integration
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export default defineEventHandler(async (event) => {
|
||||
return {
|
||||
id: 1,
|
||||
avatar: 0,
|
||||
username: 'Kalle',
|
||||
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user