Skip to content

Commit 47a0683

Browse files
Updating routes
1 parent 994eadd commit 47a0683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/auth.routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ router.get(
1010
"/profile",
1111
passport.authenticate("jwt", { session: false }),
1212
(req, res) => {
13-
res.send("Success!!");
13+
res.send("Success");
1414
}
1515
);
1616

0 commit comments

Comments
 (0)