[backend] create an api endpoint to get the list of videos and share links
Opened this issue · 0 comments
lcfb91 commented
the reply should be
[
{
"title": "<title>",
"description": "description",
"link": "<youtube_link>",
"share": {
"facebook": "<facebook_video_link>",
"twitter": "<twitter_video_link>"
}
},
...
]