Skip to content

Commit

Permalink
Merge branch 'SouJunior:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickOtero authored Jan 23, 2024
2 parents 3fa25bd + d4d6f88 commit 6e4b59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/testimony/testimony.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { LoggedEntity } from '../auth/decorator/loggedEntity.decorator';
import { MentorEntity } from '../mentors/entities/mentor.entity';

@ApiTags('Testimony')
@Controller('Testimony')
@Controller('testimony')
export class TestimonyController {
constructor(private testimonyService: TestimonyService) {}

Expand Down

0 comments on commit 6e4b59e

Please sign in to comment.