wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
12.73k stars 1.13k forks source link

Remove "hello world" on server's "/" route #2063

Open Martinsos opened 1 month ago

Martinsos commented 1 month ago

Suggestion by the user from Discord:

Hiding away "hello world" when visiting the server url in production, by returning a 301 redirect to the client url (or something similar would be good)

We can probably just go away with it completely, that is the easiest thing to do -> if they do want to have a route like this, they can add it on their own, it is weird that we create it for them and force them to have it.

We used it kind of as a health check, but if we really need that, we should implement it properly.