1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-04 22:24:49 +00:00
Nuxt/test/fixtures/basic/server/api/hey/index.ts

5 lines
54 B
TypeScript
Raw Normal View History

export default () => ({
foo: 'bar',
baz: 'qux'
})