Skip to content

Commit f080288

Browse files
authored
fix: port number (#522)
1 parent 3af4fb6 commit f080288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/environments/environment.ts

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

66
export const environment = {
77
production: false,
8-
graphqlUri: 'http://localhost:23431/graphql'
8+
graphqlUri: 'http://localhost:2020/graphql'
99
};
1010

1111
/*

0 commit comments

Comments
 (0)