Skip to content
Snippets Groups Projects
Commit 22a4652d authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Remove controller root path

parent 0e2f0377
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -4,8 +4,7 @@ import { EmailService } from './email.service';
import { ApiBadRequestResponse, ApiOkResponse, ApiUseTags, ApiOperation, ApiInternalServerErrorResponse } from '@nestjs/swagger';
import { Groups } from '../decorators/groups.decorators';
@ApiUseTags('email')
@Controller('email')
@Controller()
export class EmailController {
constructor(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment