Bugs in settings fixed, profile added
This commit is contained in:
@@ -32,7 +32,6 @@ amqp.connect(RABBITMQ_URL, (err, connection) => {
|
||||
});
|
||||
});
|
||||
|
||||
// Sync database before starting the server
|
||||
syncDatabase().then(() => {
|
||||
server.listen(3001, () => {
|
||||
console.log('Server is running on port 3001');
|
||||
|
||||
Reference in New Issue
Block a user