Fixat fel under preflight genom att byta till fort 5005. MacOS tycks använda port 5000 och 7000 till sitt "control centre"
This commit is contained in:
@@ -11,7 +11,7 @@ function sendMessage() {
|
||||
// Check if the message is not empty
|
||||
if (message !== '') {
|
||||
// Send a POST request to the /api/chat endpoint with the message
|
||||
fetch('http://localhost:5000/api/chat', {
|
||||
fetch('http://localhost:5005/api/chat', {
|
||||
method: 'POST',
|
||||
headers: { 'Content-Type': 'application/json' },
|
||||
body: JSON.stringify({ message }),
|
||||
|
||||
Reference in New Issue
Block a user