delete server/routers/back-new/server.js

This commit is contained in:
xingzhe.ru
2025-06-30 21:36:40 +00:00
parent 36558dfb85
commit 800b60fb6d

View File

@@ -1,5 +0,0 @@
const app = require('./app');
const PORT = process.env.PORT || 3002;
app.listen(PORT, () => {
console.log(`Mock backend running on http://localhost:${PORT}`);
});