restruct
This commit is contained in:
@@ -4,5 +4,5 @@ import config from './config/index.js';
|
||||
const PORT = config.port || 3001;
|
||||
|
||||
app.listen(PORT, () => {
|
||||
console.log(`Envision backend running on port ${PORT}`);
|
||||
console.log(`Backend running on port ${PORT}`);
|
||||
});
|
||||
Reference in New Issue
Block a user