mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-30 15:45:12 +02:00
Fix return response and add list
This commit is contained in:
parent
e85c94d21d
commit
ecdf2dfd04
22 changed files with 354 additions and 17 deletions
|
@ -39,7 +39,7 @@ export async function deleteOrg(req: Request, res: Response, next: NextFunction)
|
|||
}
|
||||
|
||||
return res.status(HttpCode.OK).send(
|
||||
response({
|
||||
response(res, {
|
||||
data: null,
|
||||
success: true,
|
||||
error: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue