Revert "refactor: restructure controllers and update user references for ProgramManager"
This reverts commit c059066b13.
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
namespace ServiceHost.BaseControllers;
|
||||
|
||||
[Authorize(Policy = "AdminArea")]
|
||||
[Area("Admin")]
|
||||
[ApiExplorerSettings(GroupName = "ProgramManager")]
|
||||
[Route("api/admin/programmanager/[controller]")]
|
||||
public class ProgramManagerBaseController:ControllerBase
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user