Chickaboo commited on
Commit
18f6f9f
·
verified ·
1 Parent(s): 0b390d4

Update index.html

Browse files
Files changed (1) hide show
  1. 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('http://gpt4.discord.rocks/ask', {
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'