Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Commit 1dd8d92

Browse files
committed
fix: cors issue
1 parent 7548ae7 commit 1dd8d92

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/App.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@ export default function App() {
1212
* Define these fields as plain values, or as a getter function
1313
*/
1414
requestConfig: {
15-
endpoint: 'https://change.to.default.endpoint/sparql',
16-
//Example of using a getter function to define the headers field:
17-
headers: () => ({
18-
'key': 'value'
19-
}),
20-
method: 'POST'
15+
endpoint: 'https://change.to.default.endpoint/sparql'
2116
},
2217

2318
// Allow resizing of the Yasqe editor

0 commit comments

Comments
 (0)