Browse Source

Not needed

davidfowl/common-services
David Fowler 1 year ago
committed by Reuben Bond
parent
commit
4e743ef666
1 changed files with 0 additions and 1 deletions
  1. +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>();


Loading…
Cancel
Save