refactor: remove whole graphql implementation
This commit is contained in:
@@ -16,7 +16,6 @@ const computeUrl = (url, backendUrl) => {
|
||||
|
||||
const config = {
|
||||
baseUrl: process.env.REACT_APP_BASE_URL,
|
||||
graphqlUrl: computeUrl('/graphql', backendUrl),
|
||||
restApiUrl: computeUrl('/api', backendUrl),
|
||||
supportEmailAddress: 'support@automatisch.io',
|
||||
};
|
||||
|
Reference in New Issue
Block a user