nameczz 4 years ago
parent
commit
463286be24
1 changed files with 0 additions and 5 deletions
  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) {