Skip to content

Commit

Permalink
set api url
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbonothing64 committed Dec 12, 2023
1 parent 35648a2 commit ef15201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-app-end-to-end-deployed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build Sveltekit
run: pnpm run build
env:
API_URL: http://localhost:8000/
API_URL: http://127.0.0.1:8000/
- name: Start Sveltekit server
run: pnpm run preview &
- name: Wait for Sveltekit to start
Expand Down

1 comment on commit ef15201

@vercel
Copy link

@vercel vercel bot commented on ef15201 Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.