feat: initialize dashboard structure with auth, feed management, and activity feed filtering components
This commit is contained in:
@@ -10,11 +10,19 @@ export default defineConfig({
|
||||
target: 'https://sr-backend-api.takeleap.in',
|
||||
changeOrigin: true,
|
||||
rewrite: (path) => path.replace(/^\/api\/dashboard/, ''),
|
||||
headers: {
|
||||
Origin: 'https://auditor-qa.seekright.com',
|
||||
Referer: 'https://auditor-qa.seekright.com/'
|
||||
}
|
||||
},
|
||||
'/api/audit': {
|
||||
target: 'https://sr-audit.takeleap.in',
|
||||
changeOrigin: true,
|
||||
rewrite: (path) => path.replace(/^\/api\/audit/, ''),
|
||||
headers: {
|
||||
Origin: 'https://auditor-qa.seekright.com',
|
||||
Referer: 'https://auditor-qa.seekright.com/'
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user