fix: make sure public flow endpoint is correctly identified (#7381)

Fixed public flow api endpoint on frontend
This commit is contained in:
Lucas Oliveira 2025-04-01 11:25:33 -03:00 committed by GitHub
commit 2b3ea5604c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(