This commit is contained in:
2020-12-23 15:42:39 +00:00
parent c0a90fffb0
commit 22ac0d9189
3 changed files with 69 additions and 27 deletions

View File

@@ -187,6 +187,7 @@ namespace AyaNova.Api.Controllers
[AllowAnonymous]
public async Task<IActionResult> SubSet([FromRoute] long id, [FromBody] List<string> inObj)
{
//## NOTE: This route is ONLY used at present for the reset password form at the client
if (serverState.IsClosed)
return StatusCode(503, new ApiErrorResponse(serverState.ApiErrorCode, null, serverState.Reason));
var l = await TranslationBiz.GetSpecifiedTranslationSubsetStaticAsync(inObj, id);