Skip to content

Commit

Permalink
test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmit-coder committed Aug 30, 2024
1 parent 066c265 commit 12ddd25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/city-lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
"isFree": true,
"ended": false,
"cfp": "https://apidays.typeform.com/to/ILJeAaV8?typeform-source=www.apidays.global#event_name=xxxxx"

}
]
2 changes: 1 addition & 1 deletion pages/api/hello.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction

export default function handler(req, res) {
res.status(200).json({ name: 'John Doe' })
res.status(200).json({ name: 'John Doe test' })
}

0 comments on commit 12ddd25

Please sign in to comment.