Skip to content

Commit

Permalink
try renaming route in case thats what is causing vercel issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jun 11, 2024
1 parent 57debdb commit da44403
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/app-component/app-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ module.exports = app => app.component('app-component', {
this.currentTime = new Date();
}, 500);

const { player } = await axios.get('/api/resumeGame', {
const { player } = await axios.get('/api/resume-game', {
params: {
sessionId: this.state.sessionId
}
Expand Down

0 comments on commit da44403

Please sign in to comment.