NetDevForLife / API-UploadFiles

MVC Core project example showing how to use a core web API for multiple file uploads
MIT License
0 stars 3 forks source link

Migrate Controller to Minimal API #4

Open NetDevForLife opened 4 weeks ago

umardevX commented 4 weeks ago

@NetDevForLife Can you assign it to me and share more info about the controller which you want to change it to minimal api.

NetDevForLife commented 4 weeks ago

@umardevX In order to resolve this issue, it is necessary to also take charge of the previous issue #3

NetDevForLife commented 3 weeks ago

@umardevX since issue #3 is concluded and closed, if you are interested you can proceed to develop this issue, then opening a PR at the end.

In this case you need to migrate the logic from controllers to minimal api.