auth a medias

This commit is contained in:
xXpuma99Xx
2022-04-21 16:31:26 -05:00
parent c52e5b7850
commit ede4bbd0dc
9 changed files with 411 additions and 10 deletions
+9
View File
@@ -0,0 +1,9 @@
import { Injectable } from '@nestjs/common';
import { JwtService } from '@nestjs/jwt';
@Injectable()
export class AuthService {
constructor() {}
validate() {}
}