Skip to content

Commit

Permalink
+clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
PashaDev2 committed Sep 19, 2024
1 parent 78774dc commit 1bc1c8b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/aggregations/aggregation.controller.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import { Controller, Get } from '@nestjs/common';
import { Controller } from '@nestjs/common';

@Controller('Aggregation')
export class AggregationController {
@Get()
findAll(): string {
return 'This action returns all Aggregations';
}
}
export class AggregationController {}

0 comments on commit 1bc1c8b

Please sign in to comment.