Skip to content

Commit

Permalink
Merge pull request #518 from glific/bug/flow-editor-link
Browse files Browse the repository at this point in the history
Nested Flow link correction
  • Loading branch information
kurund authored Sep 22, 2020
2 parents bf9beb9 + de09c78 commit 345b0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const REACT_APP_GLIFIC_AUTHENTICATION_API =
export const USER_SESSION = process.env.REACT_APP_GLIFIC_API + '/v1/session';
export const RESET_PASSWORD = process.env.REACT_APP_GLIFIC_API + '/v1/registration/reset-password';
export const RENEW_TOKEN = USER_SESSION + '/renew';
export const FLOW_EDITOR_CONFIGURE_LINK = window.location.host + '/automation/configure';
export const FLOW_EDITOR_CONFIGURE_LINK = `${window.location.protocol}//${window.location.host}` + '/automation/configure';

// const enums
// provider status against the contact
Expand Down

0 comments on commit 345b0d4

Please sign in to comment.