auth module controllers carried
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import { Injectable } from '@nestjs/common';
|
||||
|
||||
@Injectable()
|
||||
export class ChangeService {}
|
||||
export class ChangePasswordService {
|
||||
async run(dto: any) {
|
||||
return dto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user