haha I'm smart

dotnetflags
C-xC-c 5 years ago
parent 69ad2fe189
commit 4f1fceadcd

@ -66,7 +66,7 @@ namespace BantFlags.Controllers
return Problem(post.ErrorMessage, statusCode: StatusCodes.Status400BadRequest); return Problem(post.ErrorMessage, statusCode: StatusCodes.Status400BadRequest);
} }
//await Database.InsertPost(post.Value); await Database.InsertPost(post.Value);
return Ok(post); return Ok(post);
} }

Loading…
Cancel
Save