Skip to content

Commit 9cfb908

Browse files
committed
fix: update backend url everywhere
1 parent 09cfd26 commit 9cfb908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ REACT_APP_VERSION=1.0.0
44
REACT_APP_NAME=$npm_package_name
55

66
REACT_APP_PUBLIC_URL=/
7-
BACKEND_URL=https://backend.thilo.ch/
7+
BACKEND_URL=https://api.thilo.scouts.ch/

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
env:
1313
REACT_APP_PUBLIC_URL: /
14-
BACKEND_URL: https://thilo-backend.herokuapp.com
14+
BACKEND_URL: https://api.thilo.scouts.ch/
1515

1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)