Correct chat api url

This commit is contained in:
Tobias Wasner 2023-01-16 22:56:42 +01:00
parent f5e98edaa8
commit be181f95c7

View File

@ -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