From d9d88e7a596bba0755cfb200fcaa8ab30f5eb09b Mon Sep 17 00:00:00 2001 From: nnats Date: Sun, 21 May 2017 19:41:44 -0400 Subject: [PATCH] Update Quickstart ServiceStack Updating Quickstart ServiceStack snippet. --- articles/quickstart/webapp/servicestack/01-login.md | 6 ------ 1 file changed, 6 deletions(-) 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