Not needed
This commit is contained in:
parent
366019aaa3
commit
4e743ef666
@ -32,7 +32,6 @@ app.UseFileServer(new FileServerOptions
|
|||||||
|
|
||||||
app.MapGet("/", () => Results.Redirect("/swagger"));
|
app.MapGet("/", () => Results.Redirect("/swagger"));
|
||||||
|
|
||||||
app.MapDefaultControllerRoute();
|
|
||||||
app.MapControllers();
|
app.MapControllers();
|
||||||
|
|
||||||
app.MapGrpcService<CatalogService>();
|
app.MapGrpcService<CatalogService>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user