Skip to content

Commit

Permalink
updated import
Browse files Browse the repository at this point in the history
  • Loading branch information
dzgierski19 committed Jun 3, 2024
1 parent ac24bc8 commit 7ee0273
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/animals/animals.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@ import { ZodValidationPipe } from './schemas/ZodValidationPipe';
import {
CreateAnimalDto,
CreateAnimalsDto,
PaginationDto,
UpdateAnimalDto,
createAnimalSchema,
createAnimalsSchema,
paginationSchema,
stringToNumberSchema,
stringToNumberType,
updateAnimalSchema,
} from './schemas/schemas';
import { pagination } from 'src/middleware/pagination.middleware';
import { pagination } from './../middleware/pagination.middleware';
import { Request, Response } from 'express';

@Controller('animals')
Expand Down

0 comments on commit 7ee0273

Please sign in to comment.