Not needed

This commit is contained in:
David Fowler 2023-05-03 07:41:00 -07:00 committed by Reuben Bond
parent 366019aaa3
commit 4e743ef666

View File

@ -32,7 +32,6 @@ app.UseFileServer(new FileServerOptions
app.MapGet("/", () => Results.Redirect("/swagger"));
app.MapDefaultControllerRoute();
app.MapControllers();
app.MapGrpcService<CatalogService>();