Преглед на файлове

refactor: comment out placement endpoint in AdController for future removal

Dave преди 2 месеца
родител
ревизия
6fafd57be5
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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({