delete server/routers/back-new/server.js
This commit is contained in:
@@ -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}`);
|
|
||||||
});
|
|
||||||
Reference in New Issue
Block a user