Fix allowed hosts

This commit is contained in:
2025-08-27 23:17:15 +03:00
Unverified
parent 392bf09846
commit 15db9ea742
+1 -1
View File
@@ -46,7 +46,7 @@ export default defineConfig({
ws: true
}
},
allowedHosts: ["beta.fromchat.toolbox-io.ru"]
allowedHosts: ["beta.fromchat.ru"]
},
appType: "mpa",
css: {