Skip to content

Commit

Permalink
test 500
Browse files Browse the repository at this point in the history
  • Loading branch information
JGantts committed Dec 22, 2024
1 parent 783bd38 commit c4559bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jgantts-server/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const jgantts_conlangiii_Path = path.join(__dirname, '../conlangiii')

app.use('/conlangiii/assets', express.static(path.join(jgantts_conlangiii_Path, 'dist', 'assets')));
app.get('/conlangiii/*', (req, res) => {
res.sendStatus(500)
res.sendFile(path.join(jgantts_conlangiii_Path, 'dist', 'index.html'));
});

Expand Down

0 comments on commit c4559bd

Please sign in to comment.