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