0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-31 10:03:53 -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')
let srcUrl
await getEndpoint(`api/clips/getlink/${clipSlug}`)
await getEndpoint(`api/clips/cliplink/${clipSlug}`)
.then((data) => {
srcUrl = data
})