We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5a079 commit a80a9ebCopy full SHA for a80a9eb
web/_data/methods.js
@@ -25,12 +25,11 @@ function transformKgData(kgData) {
25
26
// Get shared output from KG
27
async function getSharedOutput() {
28
- const kgData = await fetch('http://kg.uxmethods.org/repositories/uxm', {
+ const kgData = await fetch('http://fuseki.uxmethods.org/ds/sparql', {
29
method: 'POST',
30
headers: {
31
'Content-Type': 'application/sparql-query',
32
Accept: 'application/sparql-results+json',
33
- Authorization: 'Basic ' + btoa(process.env.KG_AUTH),
34
},
35
body: `
36
PREFIX : <https://uxmethods.org/>
0 commit comments