Spaces:
Running
Running
Update index.html
Browse files- 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
|
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)
|