Skip to content

Commit

Permalink
Remove forbidden fsp controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben committed Oct 30, 2024
1 parent 6691506 commit 2cd1b28
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ export class FinancialServiceProvidersController {
description: 'FSP attribute created',
type: FspQuestionEntity,
})
@ApiResponse({
status: HttpStatus.FORBIDDEN,
description: 'Attribute with given name already exists for given FSP',
})
@ApiResponse({
status: HttpStatus.NOT_FOUND,
description: 'No Financial Service Provicer found with given id',
Expand Down

0 comments on commit 2cd1b28

Please sign in to comment.