mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-01-03 03:10:04 -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')
|
const rootBackendUrl = inject('rootBackendUrl')
|
||||||
|
|
||||||
let srcUrl
|
let srcUrl
|
||||||
await getEndpoint(`api/clips/getlink/${clipSlug}`)
|
await getEndpoint(`api/clips/cliplink/${clipSlug}`)
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
srcUrl = data
|
srcUrl = data
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue