We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b435c commit ce59b53Copy full SHA for ce59b53
1 file changed
app/diary/router.py
@@ -994,6 +994,8 @@ async def set_main_song(
994
"youtube_url": song.youtube_url
995
}
996
997
+"""
998
+안 씀
999
@router.get("/recommended-songs/{recommended_song_id}/youtube-link-direct")
1000
def get_direct_youtube_link(
1001
recommended_song_id: int,
@@ -1036,4 +1038,5 @@ def get_direct_youtube_link(
1036
1038
return {
1037
1039
"recommended_song_id": song.id,
1040
"youtube_url": youtube_url
- }
1041
+ }
1042
0 commit comments