Skip to content

Instantly share code, notes, and snippets.

@alphamikle
Last active February 11, 2021 18:39
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/3e253930929ff3487beb0ce4a4a9803e to your computer and use it in GitHub Desktop.
Save alphamikle/3e253930929ff3487beb0ce4a4a9803e to your computer and use it in GitHub Desktop.
@Controller()
@ApiTags('app')
export class AppController {
constructor(
private readonly appService: AppService,
private readonly connection: Connection, // <-- use this
) {
}
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment