fix: error CS0234
Some checks failed
.NET Test Pipeline / build-and-test (pull_request) Failing after 1m27s
Some checks failed
.NET Test Pipeline / build-and-test (pull_request) Failing after 1m27s
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Mirea.Api.Endpoint.Controllers.V1
|
||||
/// <returns>Basic information about campuses.</returns>
|
||||
[HttpGet]
|
||||
[ProducesResponseType(StatusCodes.Status200OK)]
|
||||
public async Task<ActionResult<List<CampusBasicInfoResponse>>> GetBasicInfo()
|
||||
public async Task<ActionResult<List<CampusBasicInfoResponse>>> Get()
|
||||
{
|
||||
var result = await mediator.Send(new GetCampusBasicInfoListQuery());
|
||||
|
||||
|
Reference in New Issue
Block a user