fix: update embed redirect URL (#4805)

This commit is contained in:
Nivedin 2025-03-04 16:20:42 +05:30 committed by GitHub
parent 22c341896d
commit baa1703309
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ const shortcodeBaseURL = computed(
)
const sharedRequestURL = computed(() => {
return `${shortcodeBaseURL.value}/e/${props.sharedRequestID}`
return `${shortcodeBaseURL.value}/r/${props.sharedRequestID}`
})
const tabRequestVariables = computed(() => {