Skip to content

Commit

Permalink
Only filed games on Users page
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEEF02 committed Nov 9, 2022
1 parent 23577f7 commit e291b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MavenBack/src/main/webapp/user.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
}
}
}
gamesReq.open('GET', '/api/games?user=' + id);
gamesReq.open('GET', '/api/games?status=FILED&user=' + id);
gamesReq.send();
}
</script>
Expand Down

0 comments on commit e291b6d

Please sign in to comment.