Skip to content

Commit 2625698

Browse files
committed
change product
1 parent f0145f3 commit 2625698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ app.use("/chatcode", chatRoute);
7777
app.use("/verifycode", chatRoute);
7878
app.use("/socket", messageRoute);
7979

80-
app.use("/api/products", (req, res) => {
80+
app.use("/products", (req, res) => {
8181
return res.status(200).json({
8282
message : "This is new feature"
8383
})

0 commit comments

Comments
 (0)