sam2ai commited on
Commit
8544c49
1 Parent(s): 7e685b0

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -46,7 +46,7 @@
46
  url: 'https://5c6f-34-173-26-34.ngrok-free.app/generate',
47
  headers: {
48
  'Content-Type': 'application/json',
49
- "ngrok-skip-browser-warning": "any"
50
  },
51
  data: data
52
  };
 
46
  url: 'https://5c6f-34-173-26-34.ngrok-free.app/generate',
47
  headers: {
48
  'Content-Type': 'application/json',
49
+ "Access-Control-Allow-Origin", "*"
50
  },
51
  data: data
52
  };