mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00:00
bump versions and disabled send creation
This commit is contained in:
@@ -84,6 +84,7 @@ namespace Bit.Api.Controllers
|
||||
[HttpPost("")]
|
||||
public async Task<SendResponseModel> Post([FromBody] SendRequestModel model)
|
||||
{
|
||||
throw new NotFoundException();
|
||||
var userId = _userService.GetProperUserId(User).Value;
|
||||
var send = model.ToSend(userId, _sendService);
|
||||
await _sendService.SaveSendAsync(send);
|
||||
|
||||
Reference in New Issue
Block a user