major player game data schema update

This commit is contained in:
2023-12-05 10:59:57 -05:00
parent cd89bba8ad
commit 244af4792f
9 changed files with 329 additions and 83 deletions

View File

@@ -4,7 +4,7 @@
<title>Simple Frontend</title>
<script>
function fetchData() {
fetch('http://localhost:8000/games')
fetch('http://localhost:8000/api/games')
.then(response => response.json())
.then(data => {
// Assuming 'data' is an array of games