Rename index.html to 1index.html
Browse files- 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/
|
| 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'
|