From 48cd81f28d9ab29d5f1ed6f5fc06c17a51e24692 Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Thu, 4 May 2023 21:22:22 +0200 Subject: [PATCH] update url --- ezppUtil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ezppUtil.js b/ezppUtil.js index 3e6e7e4..e7a3336 100644 --- a/ezppUtil.js +++ b/ezppUtil.js @@ -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 });