re-init
This commit is contained in:
16
server/api/styles.ts
Normal file
16
server/api/styles.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export default eventHandler(() => {
|
||||
return [
|
||||
{
|
||||
"id": 0,
|
||||
"name": "post-rock"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "math-rock"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "indie-pop"
|
||||
}
|
||||
]
|
||||
})
|
Reference in New Issue
Block a user