Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nsevindi87 committed Jun 25, 2023
1 parent 05b0b21 commit cb00b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ const sequelize = new Sequelize('yasmin', 'admin', 'password', {
dialect: 'mysql'
});

export default sequelize
export default sequelize;

0 comments on commit cb00b42

Please sign in to comment.