Skip to content

Commit

Permalink
tl-its-umich-edu#220 - annotation cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lsloan committed Jan 7, 2022
1 parent 5894203 commit 0b24364
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ccm_web/server/src/api/api.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ export class APIController {
return result
}

@UseInterceptors(InvalidTokenInterceptor) @Get('admin/user/:loginId')
@UseInterceptors(InvalidTokenInterceptor)
@Get('admin/user/:loginId')
async getUserInfoAsAdmin (
@Param('loginId') loginId: string,
@UserDec() user: User
Expand Down

0 comments on commit 0b24364

Please sign in to comment.