mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Worker: Use CorsWorker to avoid CORS issues (#83976)
This commit is contained in:
parent
4bb5915183
commit
920d50cb76
@ -1 +1,3 @@
|
||||
import { CorsWorker as Worker } from 'app/core/utils/CorsWorker';
|
||||
|
||||
export const createWorker = () => new Worker(new URL('./DetectChangesWorker.ts', import.meta.url));
|
||||
|
Loading…
Reference in New Issue
Block a user