add financial statement controller
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace ServiceHost.BaseControllers;
|
||||
|
||||
//[Authorize(Policy = "ClientArea")]
|
||||
[Authorize(Policy = "ClientArea")]
|
||||
[Area("Client")]
|
||||
[ApiExplorerSettings(GroupName = "Client")]
|
||||
[Route("api/[area]/[controller]")]
|
||||
|
||||
Reference in New Issue
Block a user