Browse Source

fix: update embed redirect URL (#4805)

Nivedin 1 week ago
parent
commit
baa1703309
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/hoppscotch-common/src/components/embeds/index.vue

+ 1 - 1
packages/hoppscotch-common/src/components/embeds/index.vue

@@ -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(() => {