mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
revert adding route tag to controller
This commit is contained in:
parent
a7c09b788c
commit
b6e0b71f67
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@
|
|||
namespace FilterLists.Api.V1.Controllers
|
||||
{
|
||||
[ApiVersion("1.0")]
|
||||
[Route("[controller]")]
|
||||
[Produces("application/json")]
|
||||
[ResponseCache(CacheProfileName = "Long-Lived")]
|
||||
public class ListsController : Controller
|
||||
|
|
|
|||
Loading…
Reference in a new issue