Add quantfortune.com to CORS allowed hosts

This commit is contained in:
Admin 2026-05-09 16:26:21 +05:30
parent 8af9ecdb16
commit 9f9a5a4876

View File

@ -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,