Skip to content

Commit

Permalink
fix: Token not working from swagger (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
sachin6161 authored Oct 21, 2021
1 parent 9fb40e3 commit 263db5c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ export class LoginController {

@authorize({permissions: ['*']})
@post('/auth/token-refresh', {
security: OPERATION_SECURITY_SPEC,
description:
'Gets you a new access and refresh token once your access token is expired. (both mobile and web)\n',
responses: {
Expand Down

0 comments on commit 263db5c

Please sign in to comment.