WaspW
Wasp14mo ago
Hastur

Remove/replace the server's Hello world response?

Hello,

I would like to know if it is possible to remove the Hello World returned message when visiting the server url.

The line in question:

router.get('/', middleware, function (_req, res, _next) {
  res.json('Hello world')
})


is generated on build so it seems I cannot modify it.

Thank you.
Was this page helpful?