Skip to content

Commit

Permalink
exapanging mail service
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Nov 10, 2023
1 parent a897d9b commit b3a810d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/children/children.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export class ChildrenController {
fs.unlinkSync(`${preRegister.sleptUrl}`);

// confirm child
await axios.patch(`/child/confirm/childId=${data.id}`, configs);
await axios.patch(`https://api.sayapp.company/api/v2/child/confirm/childId=${data.id}`, configs);

// send email
await this.campaignService.sendSwChildConfirmation(
Expand Down

0 comments on commit b3a810d

Please sign in to comment.