Skip to content

Commit

Permalink
GN-4693: Insert LPDC
Browse files Browse the repository at this point in the history
PR comment fixes
  • Loading branch information
dkozickis committed May 27, 2024
1 parent e583427 commit 8002f6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/dummy/app/controllers/besluit-sample.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export default class BesluitSampleController extends Controller {
citation: {
type: 'nodes',
activeInNodeTypes(schema: Schema): Set<NodeType> {
return new Set<NodeType>([schema.nodes.doc]);
return new Set<NodeType>([schema.nodes.motivering]);
},
endpoint: 'https://codex.opendata.api.vlaanderen.be:8888/sparql',
decisionsEndpoint:
Expand Down Expand Up @@ -303,7 +303,8 @@ export default class BesluitSampleController extends Controller {
endpoint: 'https://data.lblod.info/sparql',
},
lpdc: {
endpoint: 'https://dev.gelinkt-notuleren.lblod.info/lpdc-service',
// endpoint: 'https://dev.gelinkt-notuleren.lblod.info/lpdc-service',
endpoint: 'http://localhost/lpdc-service',
},
};
}
Expand Down

0 comments on commit 8002f6a

Please sign in to comment.