Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -387,7 +387,7 @@
|
|
387 |
async function sendMessage() {
|
388 |
try {
|
389 |
sendBtn.disabled = true;
|
390 |
-
const response = await fetch('
|
391 |
method: 'POST',
|
392 |
headers: {
|
393 |
'Content-Type': 'application/json'
|
|
|
387 |
async function sendMessage() {
|
388 |
try {
|
389 |
sendBtn.disabled = true;
|
390 |
+
const response = await fetch('https://gpt4.discord.rocks/ask', {
|
391 |
method: 'POST',
|
392 |
headers: {
|
393 |
'Content-Type': 'application/json'
|