fix: make sure public flow endpoint is correctly identified (#7381)
Fixed public flow api endpoint on frontend
This commit is contained in:
parent
a04b0b19b4
commit
2b3ea5604c
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue