diff --git a/Uriagekun/Controllers/RecordController.cs b/Uriagekun/Controllers/RecordController.cs index 1f3b6f8..bef86e5 100644 --- a/Uriagekun/Controllers/RecordController.cs +++ b/Uriagekun/Controllers/RecordController.cs @@ -20,6 +20,7 @@ public class RecordController : Controller public async Task Add(AddUriageModel model) { + Console.WriteLine(model.Date); if (!ModelState.IsValid) { return BadRequest();