Update apps.js
This commit is contained in:
@@ -12,7 +12,7 @@ let games = []; // store all games
|
||||
let filteredGames = []; // store filtered games
|
||||
|
||||
const load = () => {
|
||||
fetch('/assets/JSON/apps.json')
|
||||
fetch('/assets/JSON/games.json')
|
||||
.then(res => res.json())
|
||||
.then(data => {
|
||||
games = data;
|
||||
|
||||
Reference in New Issue
Block a user