Skip to content

Commit

Permalink
Merge pull request Logflare#1 from davidnussio/patch-1
Browse files Browse the repository at this point in the history
fix: missing logging import

Thanks @davidnussio ❤️
  • Loading branch information
chasers authored Oct 21, 2021
2 parents 25ec99c + 704b0be commit 85438ff
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 85438ff

Please sign in to comment.