From baa1703309c3dc174c55a1d559b24427a7e9d8e8 Mon Sep 17 00:00:00 2001 From: Nivedin <53208152+nivedin@users.noreply.github.com> Date: Tue, 4 Mar 2025 16:20:42 +0530 Subject: [PATCH] fix: update embed redirect URL (#4805) --- packages/hoppscotch-common/src/components/embeds/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {