diff --git a/articles/quickstart/webapp/servicestack/01-login.md b/articles/quickstart/webapp/servicestack/01-login.md index 97b156206f..aa0fa2b155 100644 --- a/articles/quickstart/webapp/servicestack/01-login.md +++ b/articles/quickstart/webapp/servicestack/01-login.md @@ -31,12 +31,6 @@ ${snippet(meta.snippets.dependencies)} ![](/media/articles/server-platforms/servicestack/install-servicestack-nuget.png) -Add the following line to your `App_Start/Route_Config.cs` file to the beginning of the `RegisterRoutes` function (this is required for ServiceStack): - -```text -routes.IgnoreRoute("api/{*pathInfo}"); -``` - Change `HomeController` to return the `default.htm` page. Under the __Controllers__ folder add: ```cs