mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
test
This commit is contained in:
@ -9,7 +9,7 @@ import { ApiTags } from '@nestjs/swagger';
|
|||||||
@ApiTags('Tuya Auth')
|
@ApiTags('Tuya Auth')
|
||||||
export class AuthenticationController {
|
export class AuthenticationController {
|
||||||
constructor(private readonly authenticationService: AuthenticationService) {}
|
constructor(private readonly authenticationService: AuthenticationService) {}
|
||||||
@Post('auth')
|
@Post('auth2')
|
||||||
async Authentication() {
|
async Authentication() {
|
||||||
return await this.authenticationService.main();
|
return await this.authenticationService.main();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user