allow selection of site template during installation

This commit is contained in:
sbwalker
2023-06-15 19:10:37 -04:00
parent bda0943d58
commit 34a727b435
4 changed files with 45 additions and 25 deletions

View File

@ -19,7 +19,6 @@ namespace Oqtane.Controllers
// GET: api/<controller>
[HttpGet]
[Authorize(Roles = RoleNames.Host)]
public IEnumerable<SiteTemplate> Get()
{
return _siteTemplates.GetSiteTemplates();