diff --git a/packages/hoppscotch-common/src/components/embeds/index.vue b/packages/hoppscotch-common/src/components/embeds/index.vue index 83b92e74..30f6cc67 100644 --- a/packages/hoppscotch-common/src/components/embeds/index.vue +++ b/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(() => {