Add some docs

This commit is contained in:
Jonathan Jogenfors 2023-06-21 15:41:21 +02:00
parent f89ae65d65
commit 9dabfe09d0

View file

@ -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,