Skip to content

Instantly share code, notes, and snippets.

@Mr-Malomz
Created August 20, 2020 21:57
Show Gist options
  • Save Mr-Malomz/e859e684c6bb06a9deadfe65d791a78b to your computer and use it in GitHub Desktop.
Save Mr-Malomz/e859e684c6bb06a9deadfe65d791a78b to your computer and use it in GitHub Desktop.
auth module
import { Module } from '@nestjs/common';
@Module({})
export class AuthModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment