import { Controller } from '@nestjs/common';
@Controller('password')
export class PasswordController {}
Powered by TurnKey Linux.