How to add "api" prefix to every end point in an asp .net core web API
05:49 17 Aug 2022

I need to automatically add api/ prefix to every end point in my asp .net core web API. How to do that?

c# .net asp.net-core .net-core