Skip to content

Commit

Permalink
delete {force: true} from the server to stop it form droping the db t…
Browse files Browse the repository at this point in the history
…ables everytime it starts
  • Loading branch information
amusameh committed Jul 26, 2018
1 parent 4a158e0 commit c2ff46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ app.get('/', function (req, res) {
res.sendFile(path.join(__dirname, '..', 'client', 'build', 'index.html'));
});

export default app;
export default app;

0 comments on commit c2ff46e

Please sign in to comment.