1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 01:22:50 -05:00

fixes for meta repo and iapcheck model

This commit is contained in:
Kyle Spearrin
2019-09-19 09:23:48 -04:00
parent d73e2da7a4
commit 43f26925d1
2 changed files with 6 additions and 3 deletions

View File

@ -442,7 +442,7 @@ namespace Bit.Api.Controllers
}
[HttpPost("iap-check")]
public async Task PostIapCheck(IapCheckRequestModel model)
public async Task PostIapCheck([FromBody]IapCheckRequestModel model)
{
var user = await _userService.GetUserByPrincipalAsync(User);
if(user == null)