Merge branch 'master' into feature/api-explorer
This commit is contained in:
commit
e36ddb137b
@ -10,11 +10,11 @@ namespace ScrumTaskboard.Controllers
|
||||
{
|
||||
[Route("[controller]")]
|
||||
[ApiController]
|
||||
public class CategoryController : ControllerBase
|
||||
public class CategoriesController : ControllerBase
|
||||
{
|
||||
private readonly TaskContext _context;
|
||||
|
||||
public CategoryController(TaskContext context)
|
||||
public CategoriesController(TaskContext context)
|
||||
{
|
||||
_context = context;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user