This commit is contained in:
misya 2025-04-08 10:59:13 +08:00
parent e8a290c4e4
commit 76cbe99b98

View File

@ -8,6 +8,8 @@ namespace PSTW_CentralSystem.Areas.MMS.Controllers
{
[Area("MMS")]
//testing from main laptop
//[Authorize(Policy = "RoleModulePolicy")]
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);
}
}
//ahbsf
}
}