校內停車場名單加入身分認證

This commit is contained in:
leo890808 2024-05-21 15:10:52 +08:00
parent 5d8d45fcd5
commit 32b780ea92

View File

@ -13,7 +13,7 @@ namespace WebApi_data_value.Controllers
{ {
[Route("api/[controller]")] [Route("api/[controller]")]
[ApiController] [ApiController]
//[Authorize] [Authorize]
[ApiExplorerSettings(GroupName = "校園大內網")] [ApiExplorerSettings(GroupName = "校園大內網")]
public class Yuntech_parking_user_listController : ControllerBase public class Yuntech_parking_user_listController : ControllerBase
{ {