1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-19 15:10:58 +00:00
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()})`