Explorar o código

fix backend path

Tatiana Inama %!s(int64=6) %!d(string=hai) anos
pai
achega
8f9becd54b
Modificáronse 1 ficheiros con 1 adicións e 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,