import { Controller } from '@nestjs/common';

@Controller('authnpm')
export class AuthnpmController {}
