nameczz пре 4 година
родитељ
комит
463286be24
1 измењених фајлова са 0 додато и 5 уклоњено
  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) {