mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-31 10:03:53 -05:00
Change Url
This commit is contained in:
parent
99899258d4
commit
73f20de9c7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export default {
|
|||
const rootBackendUrl = inject('rootBackendUrl')
|
||||
|
||||
let srcUrl
|
||||
await getEndpoint(`api/clips/getlink/${clipSlug}`)
|
||||
await getEndpoint(`api/clips/cliplink/${clipSlug}`)
|
||||
.then((data) => {
|
||||
srcUrl = data
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue