Skip to content

Instantly share code, notes, and snippets.

@alphamikle
Last active February 11, 2021 18:39
Embed
What would you like to do?
@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