Skip to content

Commit

Permalink
Require firebase authentication, but no CASL authorisation on sections
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev committed Apr 1, 2023
1 parent 157692f commit e917753
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sections/api/sections.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export class SectionsController {

@Get(':section')
@HttpCode(200)
@Public()
@ApiResponse({
status: 200,
description: 'Successful retrieval of a section',
Expand Down

0 comments on commit e917753

Please sign in to comment.