Skip to content

Commit

Permalink
Point to /beta/atlas/documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Oct 3, 2024
1 parent d114d0a commit 621fc89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ REACT_APP_LAST_UPDATED = "November 28, 2023"
REACT_APP_PUBLIC_URL = "/beta"
PUBLIC_URL = "/beta"

REACT_APP_DOMAIN = "https://677j4a5k4a.execute-api.us-west-2.amazonaws.com/test"
#REACT_APP_DOMAIN = "https://677j4a5k4a.execute-api.us-west-2.amazonaws.com/test"
REACT_APP_DOMAIN = "https://nckyqwyyoc.execute-api.us-west-2.amazonaws.com/v1"
REACT_APP_DATA_ENDPOINT = "/data"
REACT_APP_SEARCH_ENDPOINT = "/search/atlas/_search"
REACT_APP_PIT_ENDPOINT = "/search/atlas/_pit"
Expand Down
3 changes: 2 additions & 1 deletion src/core/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export const domain = process.env.REACT_APP_DOMAIN

export const publicUrl = process.env.REACT_APP_PUBLIC_URL || ''
export const publicUrl2 = process.env.PUBLIC_URL || ''

export const endpoints = {
data: process.env.REACT_APP_DATA_ENDPOINT,
Expand All @@ -20,7 +21,7 @@ export const HASH_PATHS = {
record: publicUrl + '/record',
cart: publicUrl + '/cart',
fileExplorer: publicUrl + '/archive-explorer',
apiDocumentation: publicUrl + '/atlas/documentation',
apiDocumentation: publicUrl2 + '/atlas/documentation',
}

export const localStorageCart = 'ATLAS_CART'
Expand Down

0 comments on commit 621fc89

Please sign in to comment.