4 Replies
Just move it to other files?
It's just some method calls and lambdas
let's see 😉
Do you mean you want each minimal api to be it's own file?
If you want to split up the logic of your minimal api endpoints, you can use DI registered services as params in your endpoint registrations.