Tatiana Inama hace 6 años
padre
commit
8542461c47
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 './Admin.css';
 
-const BACKEND = process.env.REACT_APP_BACKEND || '/backend/';
+const BACKEND = process.env.REACT_APP_BACKEND || '/backend';
 
 type PersonalInformation = {
   age: AgeVal,