DEV Community

Discussion on: Endpoint Debugging in ASP.NET Core 3 Applications

Collapse
 
arpymastro profile image
Arpan

How about a .Net Core 3.0 Web API? Is the above stays same for routing in API?
I am currently pulling my hair to understand the new Startup.cs file.

Collapse
 
buhakmeh profile image
Khalid Abuhakmeh

This approach should pick up any routes registered as an endpoint.