update url

This commit is contained in:
HorizonCode 2023-05-04 21:22:22 +02:00
parent 068d02f1f7
commit 48cd81f28d
1 changed files with 1 additions and 1 deletions

View File

@ -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 });