sam2ai commited on
Commit
7e685b0
·
1 Parent(s): e2a8ae1

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -2
index.html CHANGED
@@ -45,9 +45,10 @@
45
  maxBodyLength: Infinity,
46
  url: 'https://5c6f-34-173-26-34.ngrok-free.app/generate',
47
  headers: {
48
- 'Content-Type': 'application/json'
 
49
  },
50
- data : data
51
  };
52
 
53
  axios.request(config)
 
45
  maxBodyLength: Infinity,
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
  };
53
 
54
  axios.request(config)