KevinDockx / BuildingRESTfulAPIAspNetCore3

Fully functioning sample application accompanying my Building a RESTful API with ASP.NET Core 3 course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An issue with the first demo

orbitbyrd opened this issue · comments

There is no controller in the starter files and sending "http://localhost:51044/api/authors" request causes 404 error. Am I missing something or should the starter files have contained AuthorsController.cs?
Thanks...