Skip to content

Commit 978e614

Browse files
authored
Added print for debug
1 parent 2e503a9 commit 978e614

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gateway/gateway-service.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ app.post('/api/game/start', verifyToken, async (req, res) => {
123123
res.json(startResponse.data);
124124
} catch (error) {
125125
res.status(error.response?.status || 500).json({ error: error.response?.data?.error || 'Error iniciando juego' });
126+
console.log(error);
126127
}
127128
});
128129

0 commit comments

Comments
 (0)