mirror of
https://github.com/System-End/self-learning-ai-website.git
synced 2026-04-19 15:28:20 +00:00
Update scripts.js
This commit is contained in:
parent
f335837881
commit
1e7cd7285e
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||
chatInput.value = "";
|
||||
|
||||
// Send message to backend server
|
||||
fetch("http://your-ec2-public-dns:5000/chat", {
|
||||
fetch("http://ec2-3-144-134-145.us-east-2.compute.amazonaws.com:5000/chat", {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue