auth a medias
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Injectable } from '@nestjs/common';
|
||||
import { JwtService } from '@nestjs/jwt';
|
||||
|
||||
@Injectable()
|
||||
export class AuthService {
|
||||
constructor() {}
|
||||
|
||||
validate() {}
|
||||
}
|
||||
Reference in New Issue
Block a user