How do you remove the metadata redirect in ServiceStack?
问题 I have ServiceStack installed via NuGet, and I have added the following Config within SetConfig: EnableFeatures = Feature.All.Remove(Feature.Metadata) which has removed the physical page from /metadata however, each time I try to hit the root, I am still redirected to /metadata. I could not see anything else allowing me to handle this on the official page ( https://github.com/ServiceStack/ServiceStack/wiki/Metadata-page ) - any help would be highly appreciated! 回答1: You can add your own