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

Commit

Permalink
Feat Tag list 들어옴
Browse files Browse the repository at this point in the history
-
  • Loading branch information
tomorrow9913 committed Nov 27, 2023
1 parent 9978e60 commit 653f810
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions routers/tag/tag_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
# Create
@router.post("/tag_list", response_model=tag.TagList)
def create_tag(tag_list: tag.TagStrList, db: Session = Depends(get_db)):
print(tag_crud.get_tag_info_list(db, tag_list.tag_list))
pass

#return {"tag_list": tag_crud.get_tag_list(db, tag_list.tag_list).tag_list}
return {"tag_list": tag_crud.get_tag_list(db, tag_list.tag_list).tag_list}


0 comments on commit 653f810

Please sign in to comment.