added item route details (#6)
Reviewed-on: #6 Co-authored-by: Joseph Nelson <joseph.nelson4456@gmail.com> Co-committed-by: Joseph Nelson <joseph.nelson4456@gmail.com>
This commit was merged in pull request #6.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
"dev": "nodemon app.js",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"migrate": "node-pg-migrate",
|
||||
"migrate": "node-pg-migrate -m ./src/migrations",
|
||||
"test": "jest --forceExit"
|
||||
},
|
||||
"type": "module",
|
||||
|
||||
Reference in New Issue
Block a user