diff --git a/.DS_Store b/.DS_Store index 819bd07..cd28e4d 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.env b/.env index 82490c4..5866cca 100644 --- a/.env +++ b/.env @@ -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 \ No newline at end of file diff --git a/.env.development b/.env.development index c017fb8..fbcff93 100644 --- a/.env.development +++ b/.env.development @@ -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 diff --git a/src/components/DragDrop.js b/src/components/DragDrop.js index 2d42aab..31a5ef6 100644 --- a/src/components/DragDrop.js +++ b/src/components/DragDrop.js @@ -83,7 +83,7 @@ function DragDrop({ Upload or drag and drop one or more questionnaires - here. Files can be in pdf, csv, txt, docx or xlsx format ( + here. Files can be in pdf, csv, txt, docx, html or xlsx format ( { e.nativeEvent.stopPropagation();