Chickaboo commited on
Commit
451f864
1 Parent(s): 8c8926f

Rename index.html to 1index.html

Browse files
Files changed (1) hide show
  1. index.html → 1index.html +1 -1
index.html → 1index.html RENAMED
@@ -414,7 +414,7 @@
414
  async function sendMessage() {
415
  try {
416
  sendBtn.disabled = true;
417
- const response = await fetch('https://api.discord.rocks/chat/completions', {
418
  method: 'POST',
419
  headers: {
420
  'Content-Type': 'application/json'
 
414
  async function sendMessage() {
415
  try {
416
  sendBtn.disabled = true;
417
+ const response = await fetch('https://api.discord.rocks/ask', {
418
  method: 'POST',
419
  headers: {
420
  'Content-Type': 'application/json'