Browse Source

Not needed

pull/2106/head
David Fowler 1 year ago
parent
commit
9694e0a1bf
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