refactor: Use internal namespace for the existing API
This commit is contained in:
@@ -16,7 +16,7 @@ const computeUrl = (url, backendUrl) => {
|
||||
|
||||
const config = {
|
||||
baseUrl: process.env.REACT_APP_BASE_URL,
|
||||
restApiUrl: computeUrl('/api', backendUrl),
|
||||
restApiUrl: computeUrl('/internal/api', backendUrl),
|
||||
supportEmailAddress: 'support@automatisch.io',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user