change(readme) update readme and some changes to database

This commit is contained in:
Yusuf İpek
2021-07-25 12:56:57 +03:00
parent 53694ac883
commit 408cec0c01
5 changed files with 97 additions and 14 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ module.exports.createToken = function () {
expiresIn: "30d",
});
if (!process.env.NODE_ENV === "test") {
if (process.env.NODE_ENV !== "test") {
console.log(token);
}