From 0db372bed1245f7a848c3db8d7de05c4c392612b Mon Sep 17 00:00:00 2001 From: MUTOLATOR <128167661+MUTOLATOR@users.noreply.github.com> Date: Sat, 19 Aug 2023 09:45:12 +0300 Subject: [PATCH] fix(lolalytics.js): fix api url --- plugins/lolalytics.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/lolalytics.js b/plugins/lolalytics.js index 32e65c5..f6d8f89 100644 --- a/plugins/lolalytics.js +++ b/plugins/lolalytics.js @@ -19,7 +19,7 @@ const runesModeMap = { 'pick': 'MP', }; -const baseApiUrl = `https://axe.lolalytics.com`; +const baseApiUrl = `https://ax.lolalytics.com`; const usedTier = 'platinum_plus'; const usedRegion = 'all'; // #endregion @@ -291,4 +291,4 @@ var plugin = { module.exports = { plugin }; -// #endregion \ No newline at end of file +// #endregion