Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG-FRONTIER.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 8.8.3

- Add photos/apiHelper endpoint to proxy list

## 8.8.2

- Lots of stuff with isLoggedIn and session/user stuff. Ask Nick if you have questions

## 8.8.1

- Wrap the index-revision-replace code in a try/catch. Log the error message in the catch, but DON'T throw the error.
Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fs/react-scripts",
"version": "8.8.2",
"version": "8.8.3",
"upstreamVersion": "5.0.1",
"description": "Configuration and scripts for Create React App.",
"repository": {
Expand Down
10 changes: 6 additions & 4 deletions packages/react-scripts/proxy/proxies.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
const proxies = [
{
route: '/ark',
accept:
'application/' /* 'application/x-gedcomx-v1+json', 'application/json', etc. */,
accept: 'application/' /* 'application/x-gedcomx-v1+json', 'application/json', etc. */,
},
{
route: '/cis-web',
Expand Down Expand Up @@ -55,6 +54,9 @@ const proxies = [
{
route: '/service/',
},
];
{
route: '/photos/apiHelper',
},
]

module.exports = proxies;
module.exports = proxies