Skip to content

Commit f453ebf

Browse files
committed
update methods data to use Fuseki server data
1 parent 0ad4a48 commit f453ebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/_data/methods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function transformKgData(kgData) {
2525

2626
// Get shared output from KG
2727
async function getSharedOutput() {
28-
const kgData = await fetch('http://kg.uxmethods.org/repositories/uxm', {
28+
const kgData = await fetch('https://fuseki.uxmethods.org/ds/query', {
2929
method: 'POST',
3030
headers: {
3131
'Content-Type': 'application/sparql-query',

0 commit comments

Comments
 (0)