Skip to content

Commit

Permalink
fix(engine): use correct configuration for blezegraph
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Jan 24, 2024
1 parent cad6176 commit 85af752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/src/main/resources/endpoints/endpoint-blazegraph.jpar
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"protocol": "http",
"port": 9999,
"query": {
"path": "/bigdata/namespace/kb/sparql",
"path": "/blazegraph/namespace/kb/sparql",
"method": "POST",
"format": "JSON"
},
"update": {
"path": "/bigdata/namespace/kb/sparql",
"path": "/blazegraph/namespace/kb/sparql",
"method": "POST",
"format": "JSON"
}
Expand Down

0 comments on commit 85af752

Please sign in to comment.