Moving Endpoints (from Identity) to another Controller
So basically I added these endpoints to my project in program.cs.
Now I created a AuthenticationController with a few more EPs and now it looks kinda messy - thats why I wanted to move the endpoints from the "DHL.Server" to my new controller.
3 Replies
but idk how :(
Do you want to remove the identity endpoints that are automatically generated by the template?
I want move them to the Authentication controller