Skip to content

Commit

Permalink
campaign frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Jan 31, 2024
1 parent 6a2da70 commit 4e21d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/campaign/campaign.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class CampaignController {
return this.campaignService.shortenUrl(longUrl);
}

@Get(':code')
@Get('send')
async SendCampaign(@Req() req: Request) {
const panelFlaskUserId = req.headers['panelFlaskUserId'];
const panelFlaskTypeId = req.headers['panelFlaskTypeId'];
Expand Down

0 comments on commit 4e21d72

Please sign in to comment.