Skip to content

Commit

Permalink
feat: updated post route contact
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Nov 2, 2023
1 parent 7cd0f3d commit 1dc5a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/crm/contact/contact.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { CreateContactDto } from './dto/create-contact.dto';
export class ContactController {
constructor(private readonly contactService: ContactService) {}

@Post('add-contact')
@Post()
addContact(
@Body() createContactDto: CreateContactDto,
@Query() integrationId: string,
Expand Down

0 comments on commit 1dc5a0a

Please sign in to comment.