frontend/js/games.js
2023-07-22 18:09:15 -04:00

3 lines
68 B
JavaScript

$.getJSON("/games.json", function (data) {
console.log(data);
})