Skip to content

Commit

Permalink
fix: update backend url everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
bodobraegger committed Nov 14, 2024
1 parent 09cfd26 commit 9cfb908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ REACT_APP_VERSION=1.0.0
REACT_APP_NAME=$npm_package_name

REACT_APP_PUBLIC_URL=/
BACKEND_URL=https://backend.thilo.ch/
BACKEND_URL=https://api.thilo.scouts.ch/
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
env:
REACT_APP_PUBLIC_URL: /
BACKEND_URL: https://thilo-backend.herokuapp.com
BACKEND_URL: https://api.thilo.scouts.ch/

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9cfb908

Please sign in to comment.