fix controller routes

Signed-off-by: André Passos <andre-ap2@hotmail.com>
This commit is contained in:
André Passos 2017-04-17 09:11:43 -03:00
parent 7b1d11e4a8
commit 28426e95c0
4 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,8 @@
"testTsconfig": "tsconfig.spec.json",
"prefix": "app",
"styles": [
"global.scss"
"globals.scss",
"../node_modules/bootstrap/scss/bootstrap.scss"
],
"scripts": [],
"environmentSource": "environments/environment.ts",

View File

@ -101,8 +101,8 @@ namespace eShopConContainers.WebSPA
app.UseDefaultFiles();
app.UseStaticFiles();
app.UseMvc();
app.UseMvcWithDefaultRoute();
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB