Remove / route ServiceStack v5.12

The “/” route in my app returns documentation on “Hello API”. I don’t have a Hello Service defined, nor do I have the “/” route defined. How can I get / to return a blank page?

I don’t understand this behavior. If you don’t have a hello API it shouldn’t be possible to view anything about it, are you sure you don’t have an existing App running or viewing a browser cache?

If not please send a screenshot of what you’re seeing

That looks like the home page placeholder in wwwroot/index.html?

Just replace or delete it.

1 Like