Skip to content

Commit 0ef8027

Browse files
committed
fix version fetch
1 parent bc62cb4 commit 0ef8027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/js/il2cpp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function setupVersionSelector() {
100100
});
101101

102102
// get game version data
103-
fetch('il2cpp/available_versions.json')
103+
fetch('/il2cpp/available_versions.json')
104104
.then(response => response.json())
105105
.then(data => {
106106
Object.entries(data).forEach(([version, versionData]) => {

0 commit comments

Comments
 (0)