Skip to content

Commit

Permalink
Merge pull request #39 from danBamikiya/dev-fixes 🔀
Browse files Browse the repository at this point in the history
Fix: use localhost for api url 👽
  • Loading branch information
danBamikiya authored Aug 18, 2021
2 parents bfaef28 + d112891 commit a9ed653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

export const environment = {
production: false,
API_URL: 'https://8080-magenta-camel-dcys2luy.ws-eu14.gitpod.io'
API_URL: 'http://localhost:8080'
}

/*
Expand Down

0 comments on commit a9ed653

Please sign in to comment.