Tatiana Inama 6 anni fa
parent
commit
8542461c47
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/Admin.tsx

+ 1 - 1
src/Admin.tsx

@@ -8,7 +8,7 @@ import FileDownload from 'js-file-download';
 import map from './merseyside-nobg-white.png';
 import map from './merseyside-nobg-white.png';
 import './Admin.css';
 import './Admin.css';
 
 
-const BACKEND = process.env.REACT_APP_BACKEND || '/backend/';
+const BACKEND = process.env.REACT_APP_BACKEND || '/backend';
 
 
 type PersonalInformation = {
 type PersonalInformation = {
   age: AgeVal,
   age: AgeVal,