From 3f556fb0045d16b7f0440c421e1a3be01381118a Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Thu, 17 Aug 2023 22:18:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=82=A8=E3=83=B3=E3=83=88=E3=83=AA?= =?UTF-8?q?=E3=83=9D=E3=82=A4=E3=83=B3=E3=83=88=E3=81=AE=E3=83=91=E3=82=B9?= =?UTF-8?q?=E3=81=8C=E9=96=93=E9=81=95=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F?= =?UTF-8?q?=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schema/openapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/openapi.yml b/schema/openapi.yml index 88f62b3..0600493 100644 --- a/schema/openapi.yml +++ b/schema/openapi.yml @@ -27,7 +27,7 @@ paths: $ref: "./paths/forms/index.yml" /forms/{formId}: $ref: "./paths/forms/[formId]/index.yml" - /forms/{formId}/questions: + /forms/questions: $ref: "./paths/forms/questions/index.yml" /forms/answers: $ref: "./paths/forms/answers/index.yml"