From 7c404a7644adb19058729446e4a05fd0ff3175f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Wed, 22 May 2024 16:28:51 +0800 Subject: [PATCH] feat:bug fixed --- New_College.Api/Controllers/Front/TestController.cs | 2 -- 1 file changed, 2 deletions(-) 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();