Skip to content

Commit

Permalink
feat: add /api to VITE_BACKENDURL
Browse files Browse the repository at this point in the history
  • Loading branch information
pociej committed May 8, 2024
1 parent 9fdb283 commit c63607a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cd /home/ubuntu/golem/deposit-payment-example
/home/ubuntu/.nvm/versions/node/v21.7.3/bin/pnpm run build:all
env:
VITE_BACKEND_URL: https://deposit.dev.golem.network
VITE_BACKEND_URL: https://deposit.dev.golem.network/api

- name: Restart docker images
run: |
Expand Down

0 comments on commit c63607a

Please sign in to comment.