From 5624d22737a36ee2010573f11f5788353296c3b9 Mon Sep 17 00:00:00 2001 From: Hikaru Saito Date: Thu, 1 Jan 2026 21:48:56 +0900 Subject: [PATCH] =?UTF-8?q?Strict=20Server=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openapi/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi/config.yaml b/openapi/config.yaml index 2c731a2..c17117e 100644 --- a/openapi/config.yaml +++ b/openapi/config.yaml @@ -2,4 +2,5 @@ package: api generate: gin-server: true models: true + strict-server: true output: generated/api.gen.go