@@ -68,7 +68,7 @@ export class AdsController {
return this.service.create(dto);
}
- @Post()
+ @Post('update')
@ApiOperation({
summary:
'Update an ad (adType updates honored, legacy adsModuleId is resolved)',