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 db1fa9fd5c
commit fe1216d5d8
No known key found for this signature in database
GPG Key ID: 645CF2AAEDFA11B1
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