Skip to content

Commit

Permalink
refactor: Update PlanController to fix redirect URL for invite
Browse files Browse the repository at this point in the history
  • Loading branch information
PleBea committed Jul 18, 2024
1 parent f850437 commit e815bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/plan/plan.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class PlanController {
);
}

res.redirect(`adego-by-seogaemo://invite/${inviteId}`);
res.redirect(`adego-by-seogaemo://invite?id=${inviteId}`);
}

@Put('invite/:inviteId')
Expand Down

0 comments on commit e815bfd

Please sign in to comment.