Add some docs
This commit is contained in:
parent
f89ae65d65
commit
9dabfe09d0
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ export class AuthController {
|
|||
return response;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get user login details and a bearer token from an API key
|
||||
*/
|
||||
@Get('keyLogin')
|
||||
async keyLogin(
|
||||
@AuthUser() authUser: AuthUserDto,
|
||||
|
|
Loading…
Add table
Reference in a new issue