Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/FinkiChattery/FinkiChattery.Api/Controllers/v1/QuestionsController.cs

    r70e04f1 rb25b9ea  
    4040            return Ok(questionDto.ToQuestionStateResponse());
    4141        }
    42 
    43         [HttpGet("preview")]
    44         [Authorize]
    45         public async Task<IActionResult> PreviewQuestions([FromQuery] GetPreviewQuestionsOrderEnum order)
    46         {
    47             var questions = await MediatorService.SendQueryAsync(new GetPreviewQuestionsQuery(order));
    48             return Ok(questions.ToPreviewQuestionsResponse());
    49         }
    5042    }
    5143}
Note: See TracChangeset for help on using the changeset viewer.