This commit is contained in:
2026-03-25 19:59:56 +10:00
parent 87e9ae2236
commit d6eaac2ed6

View File

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