diff --git a/frontend2/.env.development b/frontend2/.env.development index d1d6ea9d8..4bfb5fa98 100644 --- a/frontend2/.env.development +++ b/frontend2/.env.development @@ -1,3 +1,3 @@ REACT_APP_THIS_URL=http://localhost:3000 -REACT_APP_BACKEND_URL=http://localhost:8000 +REACT_APP_BACKEND_URL=http://api.staging.battlecode.org/ REACT_APP_REPLAY_URL=https://play.battlecode.org diff --git a/frontend2/public/index.html b/frontend2/public/index.html index 219d6e899..9b7aafa38 100644 --- a/frontend2/public/index.html +++ b/frontend2/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> -