rollback server.js

This commit is contained in:
CxJuice
2023-10-06 02:38:53 +08:00
committed by GitHub
parent 3aae4fca39
commit db0aac9514

View File

@ -39,4 +39,4 @@ app.get('/json-files/:filename', (req, res) => {
app.listen(PORT, () => {
console.log(`Server is running on port ${PORT}`);
});
});