Skip to content

Commit

Permalink
move geoword audio into client/
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey-wu committed Oct 12, 2023
1 parent 9811b71 commit 6a9d93f
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion routes/geoword/audio.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ router.get('/game/:packetName/:division/:questionNumber.mp3', async (req, res) =
});

router.get('/*.mp3', (req, res) => {
res.sendFile(req.url, { root: './geoword-audio' });
res.sendFile(req.url, { root: './client/geoword-audio' });
});

export default router;

0 comments on commit 6a9d93f

Please sign in to comment.