Skip to content

Commit

Permalink
fix: missing logging import
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnussio authored Jul 24, 2021
1 parent 25ec99c commit 704b0be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/api/hello-pino-logflare.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
import logger from "../../logger/logger";


export default function handler(req, res) {
res.status(200)
Expand Down

0 comments on commit 704b0be

Please sign in to comment.