This commit is contained in:
@@ -21,7 +21,7 @@ namespace AyaNova.Api.Controllers
|
||||
//https://github.com/domaindrivendev/Swashbuckle.AspNetCore#include-descriptions-from-xml-comments
|
||||
|
||||
/// <summary>
|
||||
/// Localized text controller
|
||||
/// Translation controller
|
||||
/// </summary>
|
||||
[ApiController]
|
||||
[ApiVersion("8.0")]
|
||||
@@ -131,7 +131,7 @@ namespace AyaNova.Api.Controllers
|
||||
/// Get subset of translation values
|
||||
/// </summary>
|
||||
/// <param name="inObj">List of translation key strings</param>
|
||||
/// <returns>A key value array of localized text values</returns>
|
||||
/// <returns>A key value array of translation text values</returns>
|
||||
[HttpPost("SubSet")]
|
||||
public async Task<IActionResult> SubSet([FromBody] List<string> inObj)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user