Updated MusicStore.Spa with webroot

This commit is contained in:
DamianEdwards 2014-09-25 17:03:34 -07:00
parent fd135e29b6
commit 75d3937959
2 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,7 @@ namespace MusicStore.Spa
});
// Add static files
app.UseStaticFiles(new StaticFileOptions { FileSystem = new PhysicalFileSystem("wwwroot") });
app.UseStaticFiles();
// Add MVC
app.UseMvc(routes =>

View File

@ -1,4 +1,5 @@
{
"webroot": "wwwroot",
"authors": [
"Microsoft"
],