Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #51 from hdiogenes/master
Browse files Browse the repository at this point in the history
Fix bug in loading NApps' sidebars
  • Loading branch information
beraldoleal authored Oct 9, 2018
2 parents 15e14c7 + 710df51 commit 7647d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<div id="app"></div>
<script>
window.kytos_server = location.protocol + "//" + location.host;
window.kytos_server = location.protocol + "//" + location.host + "/";
window.kytos_server_api = location.protocol + "//" + location.host + "/api/";
</script>
<script src="/dist/build.js"></script>
Expand Down

0 comments on commit 7647d8b

Please sign in to comment.