Skip to content

Commit

Permalink
remove project.json.bak files. Update startup to use default routes
Browse files Browse the repository at this point in the history
  • Loading branch information
glennc committed May 12, 2014
1 parent f665437 commit e69304e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 48 deletions.
9 changes: 0 additions & 9 deletions samples/ConsoleApp/project.json.140508133553.bak

This file was deleted.

16 changes: 0 additions & 16 deletions samples/HelloWeb/project.json.140508133915.bak

This file was deleted.

5 changes: 1 addition & 4 deletions samples/HelloWebFx/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ public void Configure(IBuilder app)
services.AddMvc();
});

app.UseMvc(routes =>
{
routes.MapRoute(null, "{controller}/{action}", new { controller = "Home", action = "Index" });
});
app.UseMvc();

app.UseWelcomePage();
}
Expand Down
19 changes: 0 additions & 19 deletions samples/HelloWebFx/project.json.140508133950.bak

This file was deleted.

0 comments on commit e69304e

Please sign in to comment.