fix: update embed redirect URL (#4805)
This commit is contained in:
parent
22c341896d
commit
baa1703309
1 changed files with 1 additions and 1 deletions
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue