Skip to content

Commit

Permalink
change the endpoint to ncbox base url.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspalsingh-aot committed Apr 16, 2024
1 parent 74c25ab commit 3d7ed08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/helpers/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export const API:string = process.env.REACT_APP_BACKEND_API|| ((window as any)._

export const USERS_API: string = process.env.REACT_APP_BACKEND_USERS_API|| ((window as any)._env_ && (window as any)._env_.REACT_APP_BACKEND_USERS_API)

export const COMS_API: string = process.env.REACT_APP_BACKEND_COMS_API|| ((window as any)._env_ && (window as any)._env_.REACT_APP_BACKEND_COMS_API)
export const COMS_API: string = process.env.REACT_APP_BCBOX_BASE_URL|| ((window as any)._env_ && (window as any)._env_.REACT_APP_BCBOX_BASE_URL)

0 comments on commit 3d7ed08

Please sign in to comment.