Spaces:
Runtime error
Runtime error
carlfeynman
commited on
Commit
•
ad33cbb
1
Parent(s):
652d2d6
debug
Browse files- static/index.html +2 -2
static/index.html
CHANGED
@@ -168,9 +168,9 @@
|
|
168 |
'Content-Type': 'application/json', // Set the Content-Type header
|
169 |
},
|
170 |
body: JSON.stringify({
|
171 |
-
|
172 |
'name': 'arun'
|
173 |
-
|
174 |
})
|
175 |
})
|
176 |
.then(response => response.json())
|
|
|
168 |
'Content-Type': 'application/json', // Set the Content-Type header
|
169 |
},
|
170 |
body: JSON.stringify({
|
171 |
+
|
172 |
'name': 'arun'
|
173 |
+
|
174 |
})
|
175 |
})
|
176 |
.then(response => response.json())
|