Skip to content

Commit

Permalink
rebuild frontend with new url for server
Browse files Browse the repository at this point in the history
  • Loading branch information
Adel Memariani committed Oct 11, 2023
1 parent d9084c2 commit 5bfa092
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 13 deletions.
7 changes: 3 additions & 4 deletions factsheet/frontend/src/conf.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"localhost": "http://localhost:8000/",
"toep": "https://oep.iks.cs.ovgu.de/",
"toep1": "https://oep.iks.cs.ovgu.de/",
"toep1": "http://toep.iks.cs.ovgu.de/",
"toep2": "http://localhost:8000/",
"oep": "https://openenergy-platform.org/"
"toep1": "http://localhost:8000/",
"toep": "https://openenergy-platform.org/"
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion factsheet/templates/factsheet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
{% endblock main-content-body %}

{% block after-body-bottom-js %}
<script src="{% static 'factsheet/js/main.01431088.js' %}"></script>
<script src="{% static 'factsheet/js/main.afadd0cc.js' %}"></script>
{% endblock after-body-bottom-js %}
8 changes: 4 additions & 4 deletions factsheet/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@

oeo_owl = get_ontology(Ontology_URI_STR).load()

# query_endpoint = 'http://localhost:3030/ds/query'
# update_endpoint = 'http://localhost:3030/ds/update'
#query_endpoint = 'http://localhost:3030/ds/query'
#update_endpoint = 'http://localhost:3030/ds/update'

# query_endpoint = 'https://toekb.iks.cs.ovgu.de:3443/oekg/query'
# update_endpoint = 'https://toekb.iks.cs.ovgu.de:3443/oekg/update'
#query_endpoint = 'https://toekb.iks.cs.ovgu.de:3443/oekg/query'
#update_endpoint = 'https://toekb.iks.cs.ovgu.de:3443/oekg/update'

query_endpoint = 'https://oekb.iks.cs.ovgu.de:3443/oekg_main/query'
update_endpoint = 'https://oekb.iks.cs.ovgu.de:3443/oekg_main/update'
Expand Down

0 comments on commit 5bfa092

Please sign in to comment.