Skip to content

Commit

Permalink
removed functions endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Sep 13, 2021
1 parent 9481796 commit 19571e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/floweditor/FlowEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ const setConfig = (uuid: any) => ({
activity: `${glificBase}activity`,
flows: `${glificBase}flows`,
revisions: `${glificBase}revisions/${uuid}`,
functions: `${glificBase}functions`,
editor: FLOW_EDITOR_CONFIGURE_LINK,
validateMedia: `${glificBase}validate-media`,
interactives: `${glificBase}interactive-templates`,
Expand Down

0 comments on commit 19571e1

Please sign in to comment.