dotnet-presentations / blazor-workshop

Blazor workshop
https://aka.ms/blazorworkshop
MIT License
3.47k stars 1.54k forks source link

Minimal APIs were added without documentation #364

Open EdCharbeneau opened 11 months ago

EdCharbeneau commented 11 months ago

Minimal APIs were added to the project without documenting them completely in the lessons. In addition, some steps included duplicate code implemented in both classic Controller and Minimal APIs. See: NotificationsController.