convert TODO to issue #142

(reverting last 2 due to wrong issue)
This commit is contained in:
Collin M. Barrett 2017-10-26 11:22:13 -05:00
parent 5e9c312bf1
commit 32b01face5

View file

@ -3,8 +3,6 @@
namespace FilterLists.Api.Controllers
{
//TODO: migrate controllers to separate projects by version, use dependency injection
//TODO: automate URL versioning
[Route("v1/[controller]")]
[Produces("application/json")]
public class ListsController : Controller