Skip to content

Commit

Permalink
changed graphql url to https
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Aug 21, 2024
1 parent d7f14ca commit c10d3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/demos/leaflet-graphql/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>GraphQL Map Display</h1>
<script>
// GraphQL endpoint URL
// const GRAPHQL_URL = 'http://localhost:8642/graphql';
const GRAPHQL_URL = 'http://rpt.demo.aksw.org/graphql';
const GRAPHQL_URL = 'https://rpt.demo.aksw.org/graphql';

// GraphQL query

Expand Down

0 comments on commit c10d3f3

Please sign in to comment.