This commit is contained in:
2018-08-31 20:58:07 +00:00
parent 8208a1d67f
commit cda2458d01
2 changed files with 141 additions and 73 deletions

View File

@@ -137,7 +137,8 @@ namespace AyaNova.Api.Controllers
await ct.SaveChangesAsync();
//BIZLOG: Not going to log this for now, it's too common an operation and would require bringing in more info. If decide to implement should log the parent object with text of tag instead
//and don't forget about import from v7 as well
return CreatedAtAction("GetTagMap", new { id = o.Id }, new ApiCreatedResponse(o));
}
}