We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f7a04 commit d57bf1cCopy full SHA for d57bf1c
1 file changed
index.html
@@ -722,7 +722,7 @@ <h2>Inicio de Sesión</h2>
722
let noloadG = setTimeout("$('#loadernotloadbtncon').show();", 120000);
723
724
//chat Global
725
- const CHAT_API_URL = "https://creador-craft-server-proxy.vercel.app/api/GlobalChat";
+ const CHAT_API_URL = "https://creador-craft-server-proxy.vercel.app/api/ChatGlobal";
726
const emojiMap = {};
727
async function startGchat(){
728
let chatH = await (await fetch(CHAT_API_URL)).json();
0 commit comments