fix clip support
This commit is contained in:
@ -56,7 +56,7 @@ export default {
|
||||
const clipSlug = this.$route.params.slug
|
||||
const streamerName = this.$route.params.streamer
|
||||
|
||||
await getEndpoint(`api/clips/${streamerName}/${clipSlug}`)
|
||||
await getEndpoint(`api/clips/${clipSlug}`)
|
||||
.then((data) => {
|
||||
this.data = data
|
||||
})
|
||||
|
Reference in New Issue
Block a user