Nuxt/examples/use-async-data/server/api/hello.js
2021-10-12 14:51:41 +02:00

2 lines
79 B
JavaScript

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