Browse Source

Fix paths

Tatiana Inama 6 năm trước cách đây
mục cha
commit
8542461c47
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,