From 4f1fceadcd2528460efbbf42ad84044e419da8d2 Mon Sep 17 00:00:00 2001 From: C-xC-c Date: Sat, 14 Dec 2019 10:58:10 +0000 Subject: [PATCH] haha I'm smart --- BantFlags/Controllers/FlagsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BantFlags/Controllers/FlagsController.cs b/BantFlags/Controllers/FlagsController.cs index cc4c0b5..a64d162 100644 --- a/BantFlags/Controllers/FlagsController.cs +++ b/BantFlags/Controllers/FlagsController.cs @@ -66,7 +66,7 @@ namespace BantFlags.Controllers return Problem(post.ErrorMessage, statusCode: StatusCodes.Status400BadRequest); } - //await Database.InsertPost(post.Value); + await Database.InsertPost(post.Value); return Ok(post); }