diff --git a/backend/config/.env b/backend/config/.env index 30d4393..ccd9ae7 100644 --- a/backend/config/.env +++ b/backend/config/.env @@ -1,4 +1,4 @@ -DEBUG= -SECRET_KEY= +DEBUG=True +SECRET_KEY=wjtowjatiowjatioawtawt DATABASE_USER= DATABASE_PASSWORD= \ No newline at end of file diff --git a/frontend/.env b/frontend/.env index f7736f1..7b4778e 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1 +1 @@ -REACT_APP_API_ENDPOINT=api.reinvest.com/api +REACT_APP_API_ENDPOINT=https://api.reinvest.space/api \ No newline at end of file diff --git a/frontend/src/components/Bank.js b/frontend/src/components/Bank.js index edc1fd0..8d5c8a3 100644 --- a/frontend/src/components/Bank.js +++ b/frontend/src/components/Bank.js @@ -15,8 +15,8 @@ const Bank = (props) => { }; return ( -