Compare commits
1 Commits
352b7fd3ff
...
92a7bc0586
| Author | SHA1 | Date | |
|---|---|---|---|
| 92a7bc0586 |
@@ -14,8 +14,7 @@ const startGameQuasar = async() => {
|
||||
return;
|
||||
}
|
||||
isLoading.value = true;
|
||||
axios.post(`${api}/joinGame`, {gameId: lobbyCode.value.toString()}, {withCredentials: true}).then(response => {
|
||||
const responseData = response.data
|
||||
axios.post(`${api}/joinGame/${lobbyCode.value.toString()}`, {}, {withCredentials: true}).then(() => {
|
||||
$q.notify({
|
||||
message: `Lobby "${lobbyCode.value}" erfolgreich gefunden`,
|
||||
color: 'green-6',
|
||||
|
||||
Reference in New Issue
Block a user