Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

response body의 field를 체크하는 checkRequiredFields 미들웨어 추가 #13

Merged
merged 5 commits into from
Oct 18, 2024

Commits on Oct 18, 2024

  1. feat: checkRequiredFields 미들웨어 추가, schema.ts수정(#11)

    - checkRequiredFields 미들웨어 추가, schema.ts수정, travel.route.ts 수정
    - checkRequiredFields 미들웨어 추가. 필수 필드를 체크하는 미들웨어 추가
    - schema.ts 수정. travel schema에 필수 필드 추가
    - travel.route.ts 수정. checkRequiredFields 미들웨어 추가
    nakyeonko3 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    540231b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71a1262 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f171ed0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    828141d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0621d79 View commit details
    Browse the repository at this point in the history