Skip to content

Commit

Permalink
Merge pull request #103 from GiganticMinecraft/style/filePath
Browse files Browse the repository at this point in the history
style: ファイルパスの指定方法を見直す
  • Loading branch information
rito528 authored Aug 16, 2023
2 parents 7f84516 + b3ff3ac commit 01e0a28
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ paths:
/forms:
$ref: "./paths/forms/index.yml"
/forms/{formId}:
$ref: "./paths/forms/specifyForm/index.yml"
$ref: "./paths/forms/[formId]/index.yml"
/forms/answers:
$ref: "./paths/forms/answers/index.yml"
/forms/answers/comment:
$ref: "./paths/forms/answers/comment/index.yml"
/forms/{formId}/answers:
$ref: "./paths/forms/specifyForm/answers/index.yml"
$ref: "./paths/forms/[formId]/answers/index.yml"
/forms/labels:
$ref: "./paths/forms/labels/index.yml"
File renamed without changes.

0 comments on commit 01e0a28

Please sign in to comment.