mirror of
https://github.com/wasnertobias/StalkingAId.git
synced 2025-10-16 11:55:43 +00:00
Correct chat api url
This commit is contained in:
parent
f5e98edaa8
commit
be181f95c7
@ -24,7 +24,7 @@
|
||||
|
||||
// TODO: Loading animation!
|
||||
|
||||
jQuery.post("https://" + window.location.hostname + "/api", {
|
||||
jQuery.post("https://" + window.location.hostname + "/api/chat", {
|
||||
history: history,
|
||||
msg: msg,
|
||||
token: token
|
||||
|
||||
Loading…
Reference in New Issue
Block a user