Skip to content

Commit

Permalink
fix: method type
Browse files Browse the repository at this point in the history
  • Loading branch information
RiXelanya committed Oct 24, 2023
1 parent c4a29c9 commit 5688912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/user/personal-access-token.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class UserPersonalAccessTokenController {
return this.userService.createAccessToken(data);
}

@post('/user/personal-admin-access-tokens')
@get('/user/personal-admin-access-tokens')
@response(200, {
description: 'CREATE user personal-admin-access-tokens',
content: {
Expand Down

0 comments on commit 5688912

Please sign in to comment.