File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 23
23
"typescript" : " ^4.1.2" ,
24
24
"web-vitals" : " ^1.0.1"
25
25
},
26
+ "homepage" : " ." ,
26
27
"scripts" : {
27
28
"start" : " react-scripts start" ,
28
29
"build" : " react-scripts build" ,
48
49
" last 1 safari version"
49
50
]
50
51
}
51
- }
52
+ }
Original file line number Diff line number Diff line change 1
1
export const urls : { [ key : string ] : string } = {
2
- 'CreateBot' : "/bot/create/v1" ,
3
- 'DeleteBot' : "/bot/delete/v1" ,
4
- 'ListBot' : "/bot/list/v1" ,
5
- 'BotLoginAsync' : "/bot/login/v1" ,
6
- 'ListCaptcha' : "/captcha/list/v1" ,
7
- 'SolveCaptcha' : "/captcha/solve/v1" ,
8
- 'FetchQRCode' : "/qrcode/fetch/v1" ,
9
- 'QueryQRCodeStatus' : "/qrcode/query/v1" ,
2
+ 'CreateBot' : ". /bot/create/v1" ,
3
+ 'DeleteBot' : ". /bot/delete/v1" ,
4
+ 'ListBot' : ". /bot/list/v1" ,
5
+ 'BotLoginAsync' : ". /bot/login/v1" ,
6
+ 'ListCaptcha' : ". /captcha/list/v1" ,
7
+ 'SolveCaptcha' : ". /captcha/solve/v1" ,
8
+ 'FetchQRCode' : ". /qrcode/fetch/v1" ,
9
+ 'QueryQRCodeStatus' : ". /qrcode/query/v1" ,
10
10
}
You can’t perform that action at this time.
0 commit comments