Skip to content

Commit a1b2aa0

Browse files
committed
[Add] Add typedoc to validation check #15
1 parent 7cd594f commit a1b2aa0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

server/app/src/apis/middlewares/validationCheck.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ interface ValidationErrorItem {
77
constraints?: object;
88
}
99

10+
/**
11+
*
12+
* @param {Request} req
13+
* @param {Response} res
14+
* @param {NextFunction} next
15+
* @returns
16+
*/
1017
async function validationCheck(
1118
req: Request,
1219
res: Response,

0 commit comments

Comments
 (0)