From 03edbfc5d1699a32bd696ecf385da9210482f680 Mon Sep 17 00:00:00 2001 From: Sakurai Date: Sun, 9 Feb 2025 11:28:43 +0900 Subject: [PATCH] Fix --- Uriagekun/Controllers/RecordController.cs | 1 + 1 file changed, 1 insertion(+) 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();