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
Not needed
davidfowl/common-services
David Fowler
1 year ago
committed by
Reuben Bond
parent
366019aaa3
commit
4e743ef666
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/Services/Catalog/Catalog.API/Program.cs
+ 0
- 1
src/Services/Catalog/Catalog.API/Program.cs
View File
@ -32,7 +32,6 @@ app.UseFileServer(new FileServerOptions
app
.
MapGet
(
"/"
,
(
)
=
>
Results
.
Redirect
(
"/swagger"
)
)
;
app
.
MapDefaultControllerRoute
(
)
;
app
.
MapControllers
(
)
;
app
.
MapGrpcService
<
CatalogService
>
(
)
;
Write
Preview
Loading…
Cancel
Save