commit de teste backend
parent
75fd79fc8d
commit
210b70b6d7
|
@ -29,6 +29,8 @@ interface ContactData {
|
|||
extraInfo?: ExtraInfo[];
|
||||
}
|
||||
|
||||
//Test
|
||||
|
||||
export const index = async (req: Request, res: Response): Promise<Response> => {
|
||||
const { searchParam, pageNumber } = req.query as IndexQuery;
|
||||
|
||||
|
|
Loading…
Reference in New Issue