Skip to content

Commit 0d9f8a8

Browse files
Socket deactivated
1 parent f50976f commit 0d9f8a8

File tree

3 files changed

+5
-291
lines changed

3 files changed

+5
-291
lines changed

api.js

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ app.use("/api", postRoutes);
4848
app.use("/api", notificationRoutes);
4949
app.use("/api", messagingRoutes);
5050

51+
// "socket.io": "^4.5.3"
52+
5153

5254
const PORT = process.env.PORT || 8000;
5355

package-lock.json

+1-289
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"firebase": "^9.14.0",
2121
"formidable": "^2.1.1",
2222
"jsonwebtoken": "^9.0.0",
23-
"nodemon": "^2.0.20",
24-
"socket.io": "^4.5.3"
23+
"nodemon": "^2.0.20"
24+
2525
}
2626
}

0 commit comments

Comments
 (0)