Explorar el Código

fix backend path

Tatiana Inama hace 6 años
padre
commit
8f9becd54b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Admin.tsx

+ 1 - 1
src/Admin.tsx

@@ -10,7 +10,7 @@ import ReactWordcloud from 'react-wordcloud'
 
 import './Admin.css';
 
-const BACKEND = process.env.REACT_APP_BACKEND || '/backend';
+const BACKEND = process.env.REACT_APP_BACKEND || '/backend/';
 
 type PersonalInformation = {
   age: AgeVal,