Skip to content

Commit

Permalink
Merge pull request #40 from harmonydata/20241213_tw_undo_hotfix
Browse files Browse the repository at this point in the history
undo hotfix, point at https://api.harmonydata.ac.uk/ for both prod an…
  • Loading branch information
woodthom2 authored Dec 13, 2024
2 parents b6ac68d + 180aef8 commit 4214c1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4214c1f

Please sign in to comment.