mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 22:30:23 +00:00
feat: removed unused default endpoint
This commit is contained in:
parent
563301e340
commit
ccd112223b
@ -1,8 +0,0 @@
|
|||||||
import { NextApiHandler, NextApiRequest, NextApiResponse } from 'next'
|
|
||||||
|
|
||||||
const Hello:NextApiHandler = (_req: NextApiRequest, res: NextApiResponse) =>{
|
|
||||||
res.statusCode = 200
|
|
||||||
res.json({ name: 'John Doe' })
|
|
||||||
}
|
|
||||||
|
|
||||||
export default Hello
|
|
||||||
Loading…
x
Reference in New Issue
Block a user