major player game data schema update
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user