Skip to content

Commit

Permalink
Update Lolalytics Base API
Browse files Browse the repository at this point in the history
  • Loading branch information
lowyiyiu committed Jul 25, 2023
1 parent 96f1a7b commit 05e30d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/html/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1 class="text-center text-yellow-200 font-bold text-3xl">About EasyRunes</h1>

<div>
<p class="text-yellow-200 font-light text-xs">
<b>Version:</b> 1.0.15
<b>Version:</b> 1.0.16
<br />
<b>GitHub:</b> <a class="underline" href="javascript:shell.openExternal('https://github.com/lowyiyiu/EasyRunes')">https://github.com/lowyiyiu/EasyRunes</a>
<br />
Expand Down
2 changes: 1 addition & 1 deletion app/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 05e30d4

Please sign in to comment.