Skip to content

Commit

Permalink
Раздача статистики
Browse files Browse the repository at this point in the history
  • Loading branch information
Чужегин Андрей А. committed Mar 27, 2024
1 parent 1709a6b commit 16229da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ app.use(express.static('./dist'));
app.get('*', (_req, res) => {
res.sendFile(path.join(__dirname, 'dist/index.html'))
})
app.listen(3000);

0 comments on commit 16229da

Please sign in to comment.