Skip to content

Commit ce59b53

Browse files
committed
feat : 개선함
1 parent 78b435c commit ce59b53

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/diary/router.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,8 @@ async def set_main_song(
994994
"youtube_url": song.youtube_url
995995
}
996996

997+
"""
998+
안 씀
997999
@router.get("/recommended-songs/{recommended_song_id}/youtube-link-direct")
9981000
def get_direct_youtube_link(
9991001
recommended_song_id: int,
@@ -1036,4 +1038,5 @@ def get_direct_youtube_link(
10361038
return {
10371039
"recommended_song_id": song.id,
10381040
"youtube_url": youtube_url
1039-
}
1041+
}
1042+
"""

0 commit comments

Comments
 (0)