Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
glen15 authored Nov 2, 2021
1 parent a8b07c2 commit cc1fbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ app.use(cookieParser());
app.use(morgan("tiny"));

app.use("/wr", (req, res, next) => {
res.send(`Winner's Record!!2`);
res.send(`Winner's Record!!3`);
});

app.use("/auth", authRouter);
Expand Down

0 comments on commit cc1fbf1

Please sign in to comment.