Skip to content

Commit

Permalink
revert back to string
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Sep 7, 2023
1 parent 8a6e85c commit 4c51202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ store.subscribe(saveState);
const connector = new AppSearchAPIConnector({
searchKey: process.env.REACT_APP_SEARCH_KEY,
engineName: "spatial-viewer",
endpointBase: process.env.REACT_APP_SEARCH_ENDPOINT,
endpointBase: "/spatial-viewer/search",
cacheResponses: false
})

Expand Down

0 comments on commit 4c51202

Please sign in to comment.