Skip to content

Commit d57bf1c

Browse files
author
Trollhunters501PC
authored
Arreglar error de link de Chat Global
1 parent 41f7a04 commit d57bf1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ <h2>Inicio de Sesión</h2>
722722
let noloadG = setTimeout("$('#loadernotloadbtncon').show();", 120000);
723723

724724
//chat Global
725-
const CHAT_API_URL = "https://creador-craft-server-proxy.vercel.app/api/GlobalChat";
725+
const CHAT_API_URL = "https://creador-craft-server-proxy.vercel.app/api/ChatGlobal";
726726
const emojiMap = {};
727727
async function startGchat(){
728728
let chatH = await (await fetch(CHAT_API_URL)).json();

0 commit comments

Comments
 (0)