diff --git a/apps/backend/src/app/machines/machines.controller.ts b/apps/backend/src/app/machines/machines.controller.ts index 44f7fd7..13fce74 100644 --- a/apps/backend/src/app/machines/machines.controller.ts +++ b/apps/backend/src/app/machines/machines.controller.ts @@ -32,6 +32,8 @@ export class MachinesController { @Delete(":machineId") async deleteMachine(@Param("machineId") machineId: string) {} + //TODO Patch + @Get(":machineId/files") async getFilesForMachine( @Query("limit", new DefaultValuePipe(20), ParseIntPipe) limit: number,