rollback server.js

This commit is contained in:
CxJuice 2023-10-06 02:38:53 +08:00 committed by GitHub
parent 3aae4fca39
commit db0aac9514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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