Skip to content

Commit

Permalink
update charts
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourpeas committed Oct 29, 2024
1 parent 7b39513 commit 76664df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rcpchgrowth-react",
"version": "6.2.0",
"version": "6.2.1",
"private": false,
"license": "MIT",
"repository": {
Expand All @@ -23,7 +23,7 @@
"semantic-ui-css": "2.5.0",
"semantic-ui-react": "3.0.0-beta.2",
"styled-components": "6.1.12",
"@rcpch/digital-growth-charts-react-component-library": "7.2.0"
"@rcpch/digital-growth-charts-react-component-library": "7.2.1"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
Expand Down
4 changes: 2 additions & 2 deletions src/hooks/useRcpchApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const fetchFromApi = async (inputParameters, reference, mode) => {
*/
// For this to work in development use http://127.0.0.1:8000 rather than localhost
//
const prod_url = import.meta.env.VITE_APP_GROWTH_API_BASEURL;
// const prod_url = "http://127.0.0.1:8000";
// const prod_url = import.meta.env.VITE_APP_GROWTH_API_BASEURL;
const prod_url = "http://127.0.0.1:8000";

let url = `${prod_url}/${reference}/${mode}`;
if (mode === "mid-parental-height") {
Expand Down

0 comments on commit 76664df

Please sign in to comment.