1
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user