Skip to content

Instantly share code, notes, and snippets.

@alphamikle
Last active February 11, 2021 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alphamikle/643231e47750f7526b91275d54105550 to your computer and use it in GitHub Desktop.
Save alphamikle/643231e47750f7526b91275d54105550 to your computer and use it in GitHub Desktop.
@Controller()
@ApiTags('app')
export class AppController {
constructor(
private readonly appService: AppService,
private readonly connection: Connection, // <-- it is - what we need
) {
}
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment