Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
RingoTC committed Mar 6, 2024
1 parent 5899559 commit 99bc38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const app = express();

app.use(
responseTime((req, res, time) => {
log.warn('API took:', req.originalUrl, time);
log.warn('API took:', req.originalUrl, time); //123
}),
);

Expand Down

0 comments on commit 99bc38d

Please sign in to comment.