From 180aef845322b5e4caab6d9710daf52dd0f9396c Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Fri, 13 Dec 2024 15:18:51 +0000 Subject: [PATCH] undo hotfix, point at https://api.harmonydata.ac.uk/ for both prod and dev --- .env | 2 +- .env.development | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 01b69ad..895f64e 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -REACT_APP_API_URL=http://localhost:8000/ +REACT_APP_API_URL=https://api.harmonydata.ac.uk/ REACT_APP_API_EXAMPLES=$REACT_APP_API_URL/text/examples REACT_APP_API_PARSE=$REACT_APP_API_URL/text/parse REACT_APP_API_MATCH=$REACT_APP_API_URL/text/match diff --git a/.env.development b/.env.development index 3a5b998..895f64e 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -REACT_APP_API_URL=http://localhost:8000 +REACT_APP_API_URL=https://api.harmonydata.ac.uk/ REACT_APP_API_EXAMPLES=$REACT_APP_API_URL/text/examples REACT_APP_API_PARSE=$REACT_APP_API_URL/text/parse REACT_APP_API_MATCH=$REACT_APP_API_URL/text/match