Skip to content

Commit d03517a

Browse files
Fix bug -v2
1 parent 0ce16c9 commit d03517a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Static/js/api.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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'
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';

0 commit comments

Comments
 (0)