1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-26 10:57:32 +00:00
Nuxt/test/fixtures/bridge/server/api/hey/index.ts

5 lines
54 B
TypeScript

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