From 05e30d4c0b6fc7689be0317965d4734a88e36fc0 Mon Sep 17 00:00:00 2001 From: Low Yiyiu <10480968+lowyiyiu@users.noreply.github.com> Date: Tue, 25 Jul 2023 23:37:05 +0800 Subject: [PATCH] Update Lolalytics Base API --- app/html/info.html | 2 +- app/js/app.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/html/info.html b/app/html/info.html index 74a1e15..b651c9a 100644 --- a/app/html/info.html +++ b/app/html/info.html @@ -69,7 +69,7 @@
- Version: 1.0.15
+ Version: 1.0.16
GitHub: https://github.com/lowyiyiu/EasyRunes
diff --git a/app/js/app.js b/app/js/app.js
index dc6d74a..cae7191 100644
--- a/app/js/app.js
+++ b/app/js/app.js
@@ -87,7 +87,7 @@ function getCurrentQueue() {
}
async function fetchRunesPage(champion) {
- const base_url = 'https://axe.lolalytics.com/mega/';
+ const base_url = 'https://ax.lolalytics.com/mega/';
const champion_id = freezer.get().champions[champion].key;
const queue = document.getElementById('queue').value;
const type = document.getElementById('type').value;
diff --git a/package.json b/package.json
index c57d26e..9fd03f1 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "easyrunes",
"productName": "EasyRunes",
- "version": "1.0.15",
+ "version": "1.0.16",
"description": "Automate runes selection process for League of Legends",
"main": "app/js/main.js",
"scripts": {