pull/1/merge
Angel 4 years ago committed by GitHub
commit b0a90ca2be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,7 @@
import app from './app.js'; import app from './app.js';
const port = process.env.PORT || 5000;
app.listen(process.env.PORT || 5000, () => { app.listen(port, () => {
console.clear(); console.clear();
console.info(`API Running on: 5000 ============================`); console.info(`API Running on: ${port} ============================`);
}); });

Loading…
Cancel
Save