Skip to content

Commit a9ed653

Browse files
authored
Merge pull request #39 from danBamikiya/dev-fixes 🔀
Fix: use localhost for api url 👽
2 parents bfaef28 + d112891 commit a9ed653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

1010
/*

0 commit comments

Comments
 (0)