dockerized

This commit is contained in:
Jose Conde
2024-07-17 00:13:21 +02:00
parent 2dcad68ff1
commit 4e75c3af77
10 changed files with 529 additions and 9 deletions

View File

@ -117,7 +117,6 @@ async function joinMatch(id: string) {
if (id) {
await socketService.connect()
await gameService.joinMatchSession(id)
router.push({ name: 'match', params: { id } })
}
}
async function deleteMatch(id: string) {