1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-21 16:09:52 +00:00
Nuxt/examples/use-async-data/server/api/hello.js

2 lines
79 B
JavaScript
Raw Normal View History

export default () => `Hello world! (Generated at ${new Date().toGMTString()})`