|
|
|
@ -237,7 +237,6 @@ namespace OpenAuth.WebApi.Controllers.ServiceControllers
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="airLineId"></param>
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
[AllowAnonymous]
|
|
|
|
|
[HttpGet]
|
|
|
|
|
public async Task<Response<LasaAirLine>> GetAirLine(string airLineId)
|
|
|
|
|
{
|
|
|
|
|