1/My api in the backend to list all the user from the db:`static async get_user(req: any, res: any) {
try { let rs: User[] = await Users.findAll