Skip to content

Commit 6edd3eb

Browse files
committed
allow member to update test
1 parent 2deb772 commit 6edd3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/src/test-slot/test-slot.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class TestSlotController {
6666
}
6767

6868
@Put(':id')
69-
@UseGuards(AdminGuard)
69+
@UseGuards(MemberGuard)
7070
async updateTestSlot(
7171
@Param('id') testSlotId: string,
7272
@Body() { data }: UpdateTestSlotRequest,

0 commit comments

Comments
 (0)