Skip to content

Commit

Permalink
made changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SohamMhatre09 committed Apr 4, 2024
1 parent 243909d commit 58a16a5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 69 deletions.
3 changes: 2 additions & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"description": "Backend App",
"main": "./index.js",
"scripts": {
"start": "node ./index.js"
"start": "Node ./index.js"
},
"dependencies": {
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
Expand Down
64 changes: 0 additions & 64 deletions routes/admin.js

This file was deleted.

1 change: 0 additions & 1 deletion routes/user.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const jwt = require('jsonwebtoken');
const express = require('express');

Expand Down

0 comments on commit 58a16a5

Please sign in to comment.