File tree 3 files changed +15
-15
lines changed
3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
export enum RouteParamtypes {
2
- REQUEST = 0 ,
3
- RESPONSE = 1 ,
4
- NEXT = 2 ,
5
- BODY = 3 ,
6
- QUERY = 4 ,
7
- PARAM = 5 ,
8
- HEADERS = 6 ,
9
- SESSION = 7 ,
10
- FILE = 8 ,
11
- FILES = 9 ,
12
- HOST = 10 ,
13
- IP = 11 ,
14
- RAW_BODY = 12 ,
2
+ REQUEST = 0 ,
3
+ RESPONSE = 1 ,
4
+ NEXT = 2 ,
5
+ BODY = 3 ,
6
+ QUERY = 4 ,
7
+ PARAM = 5 ,
8
+ HEADERS = 6 ,
9
+ SESSION = 7 ,
10
+ FILE = 8 ,
11
+ FILES = 9 ,
12
+ HOST = 10 ,
13
+ IP = 11 ,
14
+ RAW_BODY = 12 ,
15
15
}
Original file line number Diff line number Diff line change 1
- import { RouteParamtypes } from " @nestjs/common/enums/route-paramtypes.enum" ;
1
+ import { RouteParamtypes } from ' @nestjs/common/enums/route-paramtypes.enum' ;
2
2
3
3
export enum RpcParamtype {
4
4
PAYLOAD = RouteParamtypes . BODY ,
Original file line number Diff line number Diff line change 1
- import { RouteParamtypes } from " @nestjs/common/enums/route-paramtypes.enum" ;
1
+ import { RouteParamtypes } from ' @nestjs/common/enums/route-paramtypes.enum' ;
2
2
3
3
export enum WsParamtype {
4
4
SOCKET = RouteParamtypes . REQUEST ,
You can’t perform that action at this time.
0 commit comments