This commit is contained in:
The Ghost of FOSS' Past 2024-10-28 10:58:55 -05:00
parent cefe207d65
commit 3c37b55d5d

View file

@ -97,3 +97,4 @@ app.get('/download', (req, res) => {
app.listen(port, () => { app.listen(port, () => {
console.log(`Server running at http://localhost:${port}`); console.log(`Server running at http://localhost:${port}`);
}); });