Quellcode durchsuchen

refactor: comment out placement endpoint in AdController for future removal

Dave vor 2 Monaten
Ursprung
Commit
6fafd57be5
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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({