removed my custom url, made it relative
This commit is contained in:
parent
61c6f4a086
commit
9d490cbcc8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ function sendChat(message) {
|
|||
var data = '{"name":"'+getip.ip+'","message":"'+message+'"}';
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: 'http://prosrv.info:8123/up/sendmessage',
|
||||
url: '/up/sendmessage',
|
||||
data: data,
|
||||
dataType: 'json',
|
||||
success: function(response) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue