Changed graphQL port to default 10100. (#1265)
This commit is contained in:
parent
987c112b02
commit
4493e5ef43
@ -9,7 +9,7 @@ import { getToken } from '@/utils/tokenManager';
|
||||
|
||||
// Satellite url
|
||||
const satelliteUrl = new HttpLink({
|
||||
uri: 'http://localhost:8081/api/graphql/v0',
|
||||
uri: 'http://localhost:10100/api/graphql/v0',
|
||||
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user