CORS problem solution

This commit is contained in:
2026-07-03 12:51:34 +05:00
parent c44534bf66
commit 96ca70d9f9
7 changed files with 24 additions and 33 deletions

1
src/vite-env.d.ts vendored
View File

@@ -1,7 +1,6 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_CLOUD_API_URL?: string;
readonly VITE_DIAGRAM_API_URL?: string;
readonly VITE_TOIR_LIGHT_ORIGIN?: string;
readonly VITE_KEYCLOAK_URL?: string;