Skip to content

Commit

Permalink
[Backend] update logout to unauthorized - alleviating FE timeout erro…
Browse files Browse the repository at this point in the history
…rs for the time being
  • Loading branch information
kushal-arora-fw committed Jul 19, 2023
1 parent 8ec081c commit 2c905b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/src/modules/auth/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export class AuthController {
}

@Post('logout')
@Unprotected()
@HttpCode(HttpStatus.NO_CONTENT)
@ApiOkResponse({ description: 'Logout from keycloak sso server' })
async logout(@Body() token: AppTokensDto) {
Expand Down

0 comments on commit 2c905b6

Please sign in to comment.