Add quantfortune.com to CORS allowed hosts
This commit is contained in:
parent
8af9ecdb16
commit
9f9a5a4876
@ -32,7 +32,7 @@ export default defineConfig({
|
||||
server: {
|
||||
port: 3001,
|
||||
strictPort: true,
|
||||
allowedHosts: ["*","app.quantfortune.com"],
|
||||
allowedHosts: ["localhost", "127.0.0.1", "quantfortune.com", "app.quantfortune.com"],
|
||||
proxy: {
|
||||
"/api": {
|
||||
target: proxyTarget,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user