modif
This commit is contained in:
parent
89c2029cbc
commit
e5268b1c43
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user