update url
This commit is contained in:
parent
068d02f1f7
commit
48cd81f28d
|
@ -1,6 +1,6 @@
|
|||
const axios = require('axios').default;
|
||||
|
||||
const loginCheckEndpoint = 'https://new.ez-pp.farm/login/check';
|
||||
const loginCheckEndpoint = 'https://ez-pp.farm/login/check';
|
||||
|
||||
const performLogin = async (username, password) => {
|
||||
const result = await axios.post(loginCheckEndpoint, { username, password });
|
||||
|
|
Loading…
Reference in New Issue
Block a user