remove unnecessary API methods

This commit is contained in:
Shaun Walker
2020-02-14 10:12:12 -05:00
parent f148b1b148
commit 2fa7f852d5
18 changed files with 4 additions and 81 deletions

View File

@ -24,13 +24,6 @@ namespace Oqtane.Controllers
this.logger = logger;
}
// GET: api/<controller>
[HttpGet]
public IEnumerable<PageModule> Get()
{
return PageModules.GetPageModules();
}
// GET api/<controller>/5
[HttpGet("{id}")]
public PageModule Get(int id)