Skip to content
Snippets Groups Projects
Commit c09d61d1 authored by Atanamo's avatar Atanamo
Browse files

Updated demo index page to use https

parent 0807a061
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -292,7 +292,7 @@
};
 
$(document).ready(function() {
chatController = new ChatController('http://localhost', 8050, instanceData, options);
chatController = new ChatController('https://localhost', 8050, instanceData, options);
chatController.start();
});
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment