nameczz 4 tahun lalu
induk
melakukan
463286be24
1 mengubah file dengan 0 tambahan dan 5 penghapusan
  1. 0 5
      server/src/collections/collections.controller.ts

+ 0 - 5
server/src/collections/collections.controller.ts

@@ -21,11 +21,6 @@ export class CollectionsController {
     return await this.collectionsService.showCollections();
   }
 
-  @Get('statistics')
-  async getCollectionsIndexStatus() {
-    return await this.collectionsService.getCollectionsIndexStatus();
-  }
-
   @Post()
   @UsePipes(new ValidationPipe())
   async createCollection(@Body() data: CreateCollection) {