jiangjc 2 months ago
parent
commit
81a43b1432
1 changed files with 0 additions and 2 deletions
  1. 0 2
      OASystem/OASystem.Api/Controllers/AuthController.cs

+ 0 - 2
OASystem/OASystem.Api/Controllers/AuthController.cs

@@ -392,7 +392,6 @@ namespace OASystem.API.Controllers
         /// </summary>
         /// <param name="dto"></param>
         /// <returns></returns>
-        [OASystemAuthentication]
         [HttpPost("SaveDeviceToken")]
         [ProducesResponseType(typeof(LoginView), StatusCodes.Status200OK)]
         public async Task<IActionResult> SaveDeviceToken(SaveDeviceToken dto)
@@ -409,7 +408,6 @@ namespace OASystem.API.Controllers
         /// </summary>
         /// <param name="dto"></param>
         /// <returns></returns>
-        [OASystemAuthentication]
         [HttpPost("GetDeviceToken")]
         [ProducesResponseType(typeof(LoginView), StatusCodes.Status200OK)]
         public async Task<IActionResult> GetDeviceToken(GetDeviceToken dto)