diff --git a/src/views/ClipView.vue b/src/views/ClipView.vue index add318d..c0b136a 100644 --- a/src/views/ClipView.vue +++ b/src/views/ClipView.vue @@ -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 })