test
This commit is contained in:
parent
e8a290c4e4
commit
76cbe99b98
@ -8,6 +8,8 @@ namespace PSTW_CentralSystem.Areas.MMS.Controllers
|
|||||||
{
|
{
|
||||||
[Area("MMS")]
|
[Area("MMS")]
|
||||||
|
|
||||||
|
//testing from main laptop
|
||||||
|
|
||||||
//[Authorize(Policy = "RoleModulePolicy")]
|
//[Authorize(Policy = "RoleModulePolicy")]
|
||||||
public class MarineController : Controller
|
public class MarineController : Controller
|
||||||
{
|
{
|
||||||
@ -55,6 +57,6 @@ namespace PSTW_CentralSystem.Areas.MMS.Controllers
|
|||||||
return StatusCode(StatusCodes.Status500InternalServerError, "An error occurred while viewing the PDF. " + ex.Message);
|
return StatusCode(StatusCodes.Status500InternalServerError, "An error occurred while viewing the PDF. " + ex.Message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//ahbsf
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user