Game works

This commit is contained in:
2023-06-17 23:46:44 +03:00
parent 3cdd827708
commit 28ab992aa1
27 changed files with 1142 additions and 8552 deletions

View File

@@ -45,7 +45,7 @@ export default {
},
mounted() {
axios
.get(process.env.VUE_APP_BACKEND + '/stats')
.get(import.meta.env.VITE_APP_BACKEND + '/stats')
.then(response => {
response.data.forEach(element => {
this.stats[element._id] = element.correct / element.wrong