Skip to content

Commit

Permalink
feat: kaspi ip guard
Browse files Browse the repository at this point in the history
  • Loading branch information
vitJR1 committed Oct 7, 2024
1 parent c0fbab9 commit 3b59e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/kaspiapi/kaspiapi.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class KaspiapiController {
constructor(private readonly kaspiapiService: KaspiapiService) {}

@Get('')
// @UseGuards(IpAndMethodGuard)
@UseGuards(IpAndMethodGuard)
async request(
@Query() requestKaspiDto: RequestKaspiDto,
): Promise<ResponseKaspiDto> {
Expand Down

0 comments on commit 3b59e43

Please sign in to comment.