Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucastozo committed Mar 6, 2024
1 parent 7560960 commit 6c73407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/script/LevelData.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function GenerateLevelTable(json) {
table.appendChild(thead);

var tbody = document.createElement('tbody');
fetch('/data/listvalues.json')
fetch('/ListDataManager-web/data/listvalues.json')
.then(response => response.json())
.then((data) => {
mainListMaxPosition = data.Data[0].mainList;
Expand Down

0 comments on commit 6c73407

Please sign in to comment.