Skip to content

Commit

Permalink
changing url to test-opey
Browse files Browse the repository at this point in the history
  • Loading branch information
simonredfern committed Jun 25, 2024
1 parent 340fd3e commit 7f75eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default defineConfig({
rewrite: (path) => path.replace(/^\/api/, ''),
},
'^/opey': {
target: 'https://test-chat.openbankproject.com',
target: 'https://test-opey.openbankproject.com',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/opey/, ''),
},
Expand Down

0 comments on commit 7f75eae

Please sign in to comment.