This commit is contained in:
36
server/api/compilations.ts
Normal file
36
server/api/compilations.ts
Normal file
@@ -0,0 +1,36 @@
|
||||
export default eventHandler(() => {
|
||||
return [
|
||||
{
|
||||
id: 'ES00A',
|
||||
name: 'zero',
|
||||
duration: 2794,
|
||||
description: 'Zero is for manifesto ... ;)',
|
||||
colorFrom: '#ffffff',
|
||||
colorTo: '#48959d',
|
||||
},
|
||||
{
|
||||
id: 'ES00B',
|
||||
name: 'zero b-side',
|
||||
duration: 2470,
|
||||
description: 'Even Zero has a b-side',
|
||||
colorFrom: '#0d01b9',
|
||||
colorTo: '#3b7589',
|
||||
},
|
||||
{
|
||||
id: 'ES01A',
|
||||
name: 'first',
|
||||
duration: 3487,
|
||||
description: '...',
|
||||
colorFrom: '#c7b3aa',
|
||||
colorTo: '#000100',
|
||||
},
|
||||
{
|
||||
id: 'ES01B',
|
||||
name: 'first b-side',
|
||||
duration: 3773,
|
||||
description: '...',
|
||||
colorFrom: '#f7dd01',
|
||||
colorTo: '#010103',
|
||||
}
|
||||
]
|
||||
})
|
||||
Reference in New Issue
Block a user