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
Update Startup.cs
pull/1570/head
Viswanatha Swamy
4 years ago
parent
e113e29571
commit
3b4256fced
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/ApiGateways/Web.Bff.Shopping/aggregator/Startup.cs
+ 1
- 1
src/ApiGateways/Web.Bff.Shopping/aggregator/Startup.cs
View File
@ -63,7 +63,7 @@ namespace Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator
{
app
.
UseDeveloperExceptionPage
(
)
;
}
app
.
UseHttpsRedirection
(
)
;
app
.
UseSwagger
(
)
.
UseSwaggerUI
(
c
=
>
Write
Preview
Loading…
Cancel
Save