mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-10-30 02:12:39 +00:00
changed apollo server to use express
This commit is contained in:
@@ -24,7 +24,7 @@ const MOUNT_NODE = document.getElementById('root');
|
||||
const cache = new InMemoryCache();
|
||||
|
||||
const uploadLink = createUploadLink({
|
||||
uri: API_URI,
|
||||
uri: `${API_URI}graphql`,
|
||||
});
|
||||
|
||||
const request = async operation => {
|
||||
|
||||
Reference in New Issue
Block a user