From 2b3ea5604c63a5e7a90193002a63b460b2446abf Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Date: Tue, 1 Apr 2025 11:25:33 -0300 Subject: [PATCH] fix: make sure public flow endpoint is correctly identified (#7381) Fixed public flow api endpoint on frontend --- src/frontend/src/controllers/API/helpers/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/controllers/API/helpers/constants.ts b/src/frontend/src/controllers/API/helpers/constants.ts index 5b2d55e1a..ed13a198e 100644 --- a/src/frontend/src/controllers/API/helpers/constants.ts +++ b/src/frontend/src/controllers/API/helpers/constants.ts @@ -25,7 +25,7 @@ export const URLs = { SIDEBAR_CATEGORIES: `sidebar_categories`, ALL: `all`, VOICE: `voice`, - PUBLIC_FLOW: `/flows/public_flow`, + PUBLIC_FLOW: `flows/public_flow`, } as const; export function getURL(