moved authHeader to middleware

This commit is contained in:
2022-07-20 00:08:16 +05:30
parent 913e0555fc
commit ab6d60173c
3 changed files with 5 additions and 16 deletions

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
"dev": "SET NODE_ENV=development& nodemon index.js"
},
"repository": {
"type": "git",