mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
99f679a016
commit
5e9c312bf1
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue