Skip to content

Commit

Permalink
👽 Api update
Browse files Browse the repository at this point in the history
updated deal api tags
  • Loading branch information
naelob committed Dec 18, 2023
1 parent 27e403d commit 9f4a6b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/api/src/crm/deal/deal.controller.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { Controller, Post, Body, Query } from '@nestjs/common';
import { LoggerService } from '@@core/logger/logger.service';
import { DealService } from './services/deal.service';
import { ApiTags } from '@nestjs/swagger';

@ApiTags('crm/deal')
@Controller('crm/deal')
export class DealController {
constructor(
Expand Down

0 comments on commit 9f4a6b6

Please sign in to comment.