Skip to content

Commit b3d03f4

Browse files
authored
feat: allow new api cors (#77)
1 parent f0eff95 commit b3d03f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vue.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = {
3030
cert: fs.readFileSync('./certs/localhost.pem')
3131
},
3232
port: 8080,
33-
host: '0.0.0.0'
33+
host: '0.0.0.0',
34+
headers: { 'Access-Control-Allow-Origin': 'https://kulturfindertest.dsecurecloud.de' }
3435
}
3536
}

0 commit comments

Comments
 (0)