This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
fix controller routes
Signed-off-by: André Passos <andre-ap2@hotmail.com>
pull/223/head
André Passos
7 years ago
parent
7b1d11e4a8
commit
28426e95c0
4 changed files
with
4 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/Web/WebSPA/.angular-cli.json
+0
-0
src/Web/WebSPA/Client/globals.scss
+2
-2
src/Web/WebSPA/Startup.cs
BIN
src/Web/WebSPA/wwwroot/favicon.ico
+ 2
- 1
src/Web/WebSPA/.angular-cli.json
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"
,
src/Web/WebSPA/Client/global.scss → src/Web/WebSPA/Client/globals.scss
View File
+ 2
- 2
src/Web/WebSPA/Startup.cs
View File
@ -101,8 +101,8 @@ namespace eShopConContainers.WebSPA
app
.
UseDefaultFiles
(
)
;
app
.
UseStaticFiles
(
)
;
app
.
UseMvc
(
)
;
app
.
UseMvc
WithDefaultRoute
(
)
;
}
}
}
BIN
src/Web/WebSPA/wwwroot/favicon.ico
View File
Before
After
Write
Preview
Loading…
Cancel
Save