0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2025-01-03 03:10:04 -05:00

Change Url

This commit is contained in:
dragongoose 2023-08-21 23:44:33 -04:00
parent 99899258d4
commit 73f20de9c7
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -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
}) })