Skip to content
Open
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
Binary file modified .DS_Store
Binary file not shown.
6 changes: 2 additions & 4 deletions .env
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
REACT_APP_API_URL=https://api.harmonydata.ac.uk
REACT_APP_API_URL=http://localhost:8000
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
REACT_APP_API_VERSION=$REACT_APP_API_URL/info/version
REACT_APP_API_MODELS=$REACT_APP_API_URL/info/list-models
REACT_APP_ABSOLUTE_URL_PREFIX=https://harmonydata.github.io
REACT_APP_ABSOLUTE_URL_PREFIX=http://localhost:8000/app
6 changes: 2 additions & 4 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
REACT_APP_API_URL=https://harmonystagingtmp.azurewebsites.net/
REACT_APP_API_URL=http://localhost:8000
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
REACT_APP_API_VERSION=$REACT_APP_API_URL/info/version
REACT_APP_API_MODELS=$REACT_APP_API_URL/info/list-models
REACT_APP_ABSOLUTE_URL_PREFIX=https://harmonydata.github.io
REACT_APP_ABSOLUTE_URL_PREFIX=http://localhost:8000/app
2 changes: 1 addition & 1 deletion src/components/DragDrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function DragDrop({
<Box>
<Typography>
<Link>Upload</Link> or drag and drop one or more questionnaires
here. Files can be in <b>pdf, csv, txt, docx or xlsx</b> format (
here. Files can be in <b>pdf, csv, txt, docx, html or xlsx</b> format (
<Link
onClickCapture={(e) => {
e.nativeEvent.stopPropagation();
Expand Down