Skip to content

Commit

Permalink
Merge pull request #27 from LucasPereiraMiranda/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
LucasPereiraMiranda authored Jan 8, 2025
2 parents 7662859 + a67ad55 commit c46757e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file modified .github/image/swagger-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ A implementação do desafio está utilizando as seguintes tecnologias:

- [Typescript](https://www.typescriptlang.org/)
- [Nest](https://nestjs.com/)
- [Npm](https://www.npmjs.com/)
- [Node](https://nodejs.org/en)
- [Typeorm](https://typeorm.io/)
- [Docker](https://www.docker.com/)
Expand Down
2 changes: 1 addition & 1 deletion src/modules/crop/crop.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { CropService } from './crop.service';
import { CreateCropRequestDto } from './dto/request/create-crop.request.dto';

@Controller('crop')
@ApiTags('Crop - Cultura')
@ApiTags('Cultura - Crop')
export class CropController {
constructor(private CropService: CropService) {}

Expand Down
2 changes: 1 addition & 1 deletion src/modules/harvest/harvest.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { AddCropsHarvestResponseDto } from './dto/response/addCrops-harvest.resp
import { RemoveCropsHarvestResponseDto } from './dto/response/removeCrops-harvest.response.dto';

@Controller('harvest')
@ApiTags('Harvest - Safra')
@ApiTags('Safra - Harvest')
export class HarvestController {
constructor(private harvestService: HarvestService) {}

Expand Down

0 comments on commit c46757e

Please sign in to comment.