Spaces:
Sleeping
Sleeping
Merge branch 'main' of hf.co:spaces/tokyotechlab/fe
Browse files- feedback.js +1 -1
feedback.js
CHANGED
|
@@ -235,7 +235,7 @@ ${output?.readme_content?.verified_evidence?.source_details?.title || ''}${
|
|
| 235 |
feedbackData['q11'] = _output.trim().length > 0 ? _output.trim() : '-';
|
| 236 |
|
| 237 |
axios
|
| 238 |
-
.post(apiBaseUrl + '
|
| 239 |
headers: {
|
| 240 |
'Content-Type': 'application/json',
|
| 241 |
},
|
|
|
|
| 235 |
feedbackData['q11'] = _output.trim().length > 0 ? _output.trim() : '-';
|
| 236 |
|
| 237 |
axios
|
| 238 |
+
.post(apiBaseUrl + 'v1/survey', feedbackData, {
|
| 239 |
headers: {
|
| 240 |
'Content-Type': 'application/json',
|
| 241 |
},
|