Skip to content

Instantly share code, notes, and snippets.

@SergeyMell
Created July 30, 2020 21:08
Show Gist options
  • Save SergeyMell/2a552243da6e6565b82ea8a25f2a2ebd to your computer and use it in GitHub Desktop.
Save SergeyMell/2a552243da6e6565b82ea8a25f2a2ebd to your computer and use it in GitHub Desktop.
import { INestApplication } from '@nestjs/common';
export async function setupAdminPanel(app: INestApplication): Promise<void> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment