Nuxt/examples/use-async-data/server/api/hello.js

2 lines
79 B
JavaScript

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