Skip to content

Commit 9cd8413

Browse files
committed
Members api fix
1 parent 7c76389 commit 9cd8413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const FILE_PICKER_PROGRESS_INTERVAL = 100
5959
export const FILE_PICKER_UPLOAD_RETRY = 2
6060
export const FILE_PICKER_UPLOAD_TIMEOUT = 30 * 60 * 1000 // 30 minutes
6161
export const SPECIFICATION_ATTACHMENTS_FOLDER = 'SPECIFICATION_ATTACHMENTS'
62-
export const MEMBERS_API_URL = process.env.MEMBERS_API_URL
62+
export const MEMBERS_API_URL = process.env.MEMBER_API_URL
6363

6464
export const getAWSContainerFileURL = (key) => `https://${FILE_PICKER_CONTAINER_NAME}.s3.amazonaws.com/${key}`
6565

0 commit comments

Comments
 (0)