We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce16c9 commit d03517aCopy full SHA for d03517a
Static/js/api.js
@@ -1,4 +1,4 @@
1
-const root_api = 'http://127.0.0.1:8000';
2
-const root_socket = 'ws://127.0.0.1:8000';
3
-//const root_api = 'https://django-chat-api.herokuapp.com'
4
-//const root_socket = 'wss://django-chat-api.herokuapp.com'
+//const root_api = 'http://127.0.0.1:8000';
+//const root_socket = 'ws://127.0.0.1:8000';
+const root_api = 'https://django-chat-api.herokuapp.com';
+const root_socket = 'wss://django-chat-api.herokuapp.com';
0 commit comments