Skip to content

Commit 761ebef

Browse files
committed
feat: add QLever as SPARQL server type
1 parent e79aac7 commit 761ebef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/dataset/dataset-form/dataset-form.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<option [value]="'MARKLOGIC'">MarkLogic</option>
6464
<option [value]="'STARDOG'">Stardog</option>
6565
<option [value]="'VIRTUOSO'">Virtuoso</option>
66+
<option [value]="'QLEVER'">QLever</option>
6667
</select>
6768
</div>
6869

src/environments/environment.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
export const environment = {
66
production: false,
7-
API: 'https://rhizomer-api.dev.rhizomik.net'
8-
//API: 'http://localhost:8080'
7+
API: 'http://localhost:8080'
98
};
109

1110
/*

0 commit comments

Comments
 (0)