mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
fix: #398
This commit is contained in:
parent
6d13a84128
commit
84addfb4de
@ -5,7 +5,7 @@ import ResponseWrapper from '@utils/ResponseWrapper'
|
||||
import { BotList } from '@types'
|
||||
|
||||
const NewList = RequestHandler().get(async (_req, res) => {
|
||||
const result = await get.list.votes.load(1)
|
||||
const result = await get.list.new.load(1)
|
||||
return ResponseWrapper<BotList>(res, { code: 200, data: result })
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user