mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
Fix return response and add list
This commit is contained in:
@@ -42,7 +42,7 @@ export async function deleteSite(req: Request, res: Response, next: NextFunction
|
||||
}
|
||||
|
||||
return res.status(HttpCode.OK).send(
|
||||
response({
|
||||
response(res, {
|
||||
data: null,
|
||||
success: true,
|
||||
error: false,
|
||||
|
||||
Reference in New Issue
Block a user