Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chasers committed Jun 30, 2021
1 parent 0b46bce commit f730453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/hello.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import logger from '../../logger/logger'

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

const data = {
request: {
Expand Down

0 comments on commit f730453

Please sign in to comment.