소스 검색

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({