Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 67fff2c

Browse files
committed
tetsss
2 parents 73d0cb5 + 5066a4f commit 67fff2c

File tree

3 files changed

+3561
-1579
lines changed

3 files changed

+3561
-1579
lines changed

app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const mongoose = require("mongoose");
33
const bodyParser = require("body-parser");
44
const cookieParser = require("cookie-parser");
55
const cors = require("cors");
6-
6+
var expressValidator = require('express-validator');
77
const app = express();
88

99
const authRoutes = require("./routes/auth.routes");
@@ -37,4 +37,4 @@ app.use("/notion", notionRoutes);
3737

3838
app.listen(3001, () => {
3939
console.log("Connected!");
40-
});
40+
});

0 commit comments

Comments
 (0)