Skip to content

Commit

Permalink
chore/ api 문서 갱신
Browse files Browse the repository at this point in the history
  • Loading branch information
dev2820 committed Aug 5, 2023
1 parent a4869cb commit d1166a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ router.get('/', async (ctx: Context) => {
*
* @apiParam {String="create","read","update","remove"} order 명령어
*
* @apiSuccess (200) {String} create,update,remove -> success 문자열 반환
* @apiSuccess (200) {String} read -> db 요소를 읽은 값을 반환함
* @apiSuccess (200) {String} result create,update,remove -> success 문자열 반환, read -> db 값을 반환함
*/
router.get('/test', async (ctx: Context) => {
let isSuccess = false;
Expand Down
1 change: 0 additions & 1 deletion src/router/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const auth = new Router({ prefix: '/auth' });
* @apiVersion 0.1.0
* @apiName google-login
* @apiGroup Auth *
* @apiSuccessExample {json} 성공 예제:
*/
auth.use('/google', GoogleAuth.routes());

Expand Down

0 comments on commit d1166a1

Please sign in to comment.