Skip to content

Commit

Permalink
[BE][Docs] : swagger 문서 작성 및 수정
Browse files Browse the repository at this point in the history
- login api에 대한 swagger 문서 수정
- channel 생성 api에 대한 swagger 문서 생성
  • Loading branch information
happyhyep committed Nov 12, 2024
1 parent 877dbfc commit ba8c47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/swaggerConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const swaggerDefinition = {
},
},
paths: {
'/login': {
'/auth/login': {
post: {
summary: '사용자 로그인 API',
description: '사용자가 로그인할 수 있도록 ID와 비밀번호를 통해 인증 후 토큰을 반환합니다.',
Expand Down Expand Up @@ -205,7 +205,7 @@ const swaggerDefinition = {
},
},
},
'/channels': {
'/channel': {
post: {
summary: '새로운 채널 생성 API',
description: '채널 이름, 주인, 게스트 정보를 포함하여 채널을 생성합니다.',
Expand Down

0 comments on commit ba8c47f

Please sign in to comment.