Parcourir la source

refactor: comment out placement endpoint in AdController for future removal

Dave il y a 2 mois
Parent
commit
6fafd57be5
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      apps/box-app-api/src/feature/ads/ad.controller.ts

+ 2 - 0
apps/box-app-api/src/feature/ads/ad.controller.ts

@@ -21,6 +21,8 @@ export class AdController {
    *
    * Returns a single AdDto or null (if no suitable ad is found).
    * Your global response interceptor will wrap this into the standard envelope.
+   *
+   * remove this placement endpoint for now
    */
   // @Get('placement')
   // @ApiOperation({