You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 line
203 B

  1. export default eventHandler(() => {
  2. return [
  3. {
  4. id: 'ES00',
  5. name: 'Zero'
  6. },
  7. {
  8. id: 'ES01',
  9. name: 'Zero B-Side'
  10. }
  11. ]
  12. })