-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.ubarc
38 lines (38 loc) · 1.06 KB
/
.ubarc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"proxy": [
{
"url": [
"/wbalone/",
"/iuap_pap_quickstart/",
"/iuap-saas-message-center/",
"/iuap-saas-filesystem-service/",
"/iuap-saas-billcode-service/",
"/uitemplate_web/",
"/iuap-example/",
"/example/",
"/eiap-plus/",
"/newref/"
],
"options": {
"target": "http://172.20.15.155:8888",
"headers": {
"Referer": "http://172.20.15.155:8888/wbalone/index-view.html"
}
}
}
],
"mock": {
"POST": [
{
"/ygdemo_yw_info/submit": "./mock/submit.json",
"/ygdemo_yw_info/assignSubmit": "./mock/assignSubmit.json",
"/eiap-plus1/task/completetask/approveCard": "./mock/approveCard.json"
}
],
"GET": [
{
"/upload.do": "./upload.json"
}
]
}
}