Skip to content

Commit

Permalink
fix: エントリポイントのパスが間違っていたので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Aug 17, 2023
1 parent d51c247 commit 3f556fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3f556fb

Please sign in to comment.