diff --git a/New_College.Api/Controllers/Front/TestController.cs b/New_College.Api/Controllers/Front/TestController.cs index 9622d07..73b5fa5 100644 --- a/New_College.Api/Controllers/Front/TestController.cs +++ b/New_College.Api/Controllers/Front/TestController.cs @@ -93,7 +93,6 @@ namespace New_College.Api.Controllers.Front /// /// [HttpGet] - [Authorize] public async Task>> GetQuestion([FromQuery] appQuestionQuery query) { var result = await test_QuestionInfoServices.GetQuestion(query); @@ -110,7 +109,6 @@ namespace New_College.Api.Controllers.Front /// /// [HttpGet] - [Authorize] public async Task>> GetQuestionMBTI() { var result = await test_QuestionInfoServices.GetQuestionMBTI();