Skip to content

Commit 85cd2dc

Browse files
committed
fixed typo in products routes require func
1 parent f78e702 commit 85cd2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const app = express();
33
const mongoose = require("mongoose");
44
const bodyParser = require("body-parser");
55
const cors = require("cors");
6-
const productsRoutes = require("./app/routes/productsRoutes");
6+
const productsRoutes = require("./app/routes/ProductsRoutes");
77
require("dotenv/config");
88
const githubRepoUrl =
99
"https://github.com/ScientificClubofESI/FlutterWorkshop_API";

0 commit comments

Comments
 (0)