This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user