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 2323 "typescript" : " ^4.1.2" ,
2424 "web-vitals" : " ^1.0.1"
2525 },
26+ "homepage" : " ." ,
2627 "scripts" : {
2728 "start" : " react-scripts start" ,
2829 "build" : " react-scripts build" ,
4849 " last 1 safari version"
4950 ]
5051 }
51- }
52+ }
Original file line number Diff line number Diff line change 11export 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" ,
1010}
You can’t perform that action at this time.
0 commit comments