Skip to content

Commit 4351ec8

Browse files
chore(): upgrade deps
1 parent 39a1605 commit 4351ec8

File tree

4 files changed

+8050
-9
lines changed

4 files changed

+8050
-9
lines changed

lib/router/azure-http.router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { CorsOptions } from '@nestjs/common/interfaces/external/cors-options.int
55
import { AbstractHttpAdapter } from '@nestjs/core';
66
import { RouterMethodFactory } from '@nestjs/core/helpers/router-method-factory';
77
import * as cors from 'cors';
8-
import * as TRouter from 'trouter';
8+
import TRouter from 'trouter';
99
import { AzureReply, AzureRequest } from '../adapter';
1010

1111
export class AzureHttpRouter extends AbstractHttpAdapter {

0 commit comments

Comments
 (0)