Skip to content

Commit

Permalink
cors: false
Browse files Browse the repository at this point in the history
  • Loading branch information
anbernabei authored Nov 19, 2024
1 parent 6363289 commit c4763d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default defineConfig((command, mode) => {
port: 3000,
host: '127.0.0.1',
https: env.VITE_HOST_HTTPS === 'true',
cors: true,
cors: false,
proxy: {
'^/knowagedossierengine/api/': {
target: env.VITE_HOST_URL,
Expand Down

0 comments on commit c4763d9

Please sign in to comment.