This commit is contained in:
corenthin-lebreton 2025-12-02 20:25:40 +01:00
parent 89c2029cbc
commit e5268b1c43

View File

@ -109,6 +109,7 @@ export const listFormations = async (req: Request, res: Response) => {
remotePath: f.remote_path,
guacamoleGroupName: f.guacamole_group_name,
createdAt: f.created_at,
status: 'active',
}));
res.json({ formations });
} catch (error) {