Skip to content

Commit

Permalink
chore(): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jul 8, 2021
1 parent 39a1605 commit 4351ec8
Show file tree
Hide file tree
Showing 4 changed files with 8,050 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/router/azure-http.router.ts
Expand Up @@ -5,7 +5,7 @@ import { CorsOptions } from '@nestjs/common/interfaces/external/cors-options.int
import { AbstractHttpAdapter } from '@nestjs/core';
import { RouterMethodFactory } from '@nestjs/core/helpers/router-method-factory';
import * as cors from 'cors';
import * as TRouter from 'trouter';
import TRouter from 'trouter';
import { AzureReply, AzureRequest } from '../adapter';

export class AzureHttpRouter extends AbstractHttpAdapter {
Expand Down

0 comments on commit 4351ec8

Please sign in to comment.