Skip to content

Commit

Permalink
Edit sparqlEndoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Sep 14, 2023
1 parent 677efbf commit d714ea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spring.application.name=Qanary explanation service
server.port=4000
sparqlEndpoint=http://localhost:8080/sparql
sparqlEndpoint=http://demos.swe.htwk-leipzig.de:40111/sparql
# swagger-ui custom path
springdoc.swagger-ui.path=/swagger-ui.html
# api-docs custom path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ public void addingExplanationsTest(String type) throws IOException {

}

/*
@Test
public void createSpecificExplanationTest() {
Expand All @@ -346,7 +347,7 @@ public void createSpecificExplanationsTest() {
public void fetchAllAnnotationsTest() {
}

*/

}

Expand Down

0 comments on commit d714ea9

Please sign in to comment.