asv7j commited on
Commit
eaf2fb5
1 Parent(s): de18b15

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -51,7 +51,7 @@ sendLogin = function(){
51
  else {
52
  if(waitReply == 0){
53
  waitReply = 1;
54
- $.post('https://camif12886.pythonanywhere.com/loginChat', {
55
  password: upass,
56
  username: uuser
57
  }, function(response) {
 
51
  else {
52
  if(waitReply == 0){
53
  waitReply = 1;
54
+ $.post('login', {
55
  password: upass,
56
  username: uuser
57
  }, function(response) {