Skip to content

Commit

Permalink
fix: 도서 상세정보 tag 조회시 인증 미적용 (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 authored Jul 13, 2023
1 parent 3e7c219 commit 7f7a6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/routes/tags.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -761,4 +761,4 @@ router
* '500':
* description: db 에러
*/
.get('/:bookInfoId', authValidate(roleSet.all), searchSuperDefaultTags);
.get('/:bookInfoId', searchSuperDefaultTags);

0 comments on commit 7f7a6c4

Please sign in to comment.