This commit is contained in:
2026-03-25 20:00:34 +10:00
parent d6eaac2ed6
commit af8836c7f6

View File

@@ -42,7 +42,7 @@ const auth_my = async () => {
{ action: "login" },
);
const response = await axios.post("http://45.129.78.228:8004/login", {
const response = await axios.post("https://allowlgroup.ru/api/login", {
username: login.value,
password: password.value,
recaptcha_token: recaptchaToken,