async readSample()

in src/rds/rds.service.ts [28:30]


    async readSample(): Promise<SampleDto[]> {
        return this.sampleRepository.find({order: {created_at: 'DESC'}});
    }