mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-15 05:10:47 +08:00
Merge branch 'dev' of http://gitlab.corp.qunar.com/mfe/yapi into dev
This commit is contained in:
commit
c204913521
@ -195,6 +195,11 @@ const routerConfig = {
|
|||||||
"action": "search",
|
"action": "search",
|
||||||
"path": "search",
|
"path": "search",
|
||||||
"method": "get"
|
"method": "get"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"action": "download",
|
||||||
|
"path": "download",
|
||||||
|
"method": "get"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"interface": [
|
"interface": [
|
||||||
|
@ -202,6 +202,10 @@ var routerConfig = {
|
|||||||
"action": "search",
|
"action": "search",
|
||||||
"path": "search",
|
"path": "search",
|
||||||
"method": "get"
|
"method": "get"
|
||||||
|
}, {
|
||||||
|
"action": "download",
|
||||||
|
"path": "download",
|
||||||
|
"method": "get"
|
||||||
}],
|
}],
|
||||||
"interface": [{
|
"interface": [{
|
||||||
"action": "add",
|
"action": "add",
|
||||||
|
Loading…
Reference in New Issue
Block a user