Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Fix: 함수명 잘못 적은거 수정
Browse files Browse the repository at this point in the history
-
  • Loading branch information
tomorrow9913 committed Nov 27, 2023
1 parent 653f810 commit ec27f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/tag/tag_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
# Create
@router.post("/tag_list", response_model=tag.TagList)
def create_tag(tag_list: tag.TagStrList, db: Session = Depends(get_db)):
return {"tag_list": tag_crud.get_tag_list(db, tag_list.tag_list).tag_list}
return {"tag_list": tag_crud.get_tag_info_list(db, tag_list.tag_list).tag_list}


0 comments on commit ec27f31

Please sign in to comment.