We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afd82a commit 0a580adCopy full SHA for 0a580ad
APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/js/main.js
@@ -1900,7 +1900,7 @@
1900
'testAccountId': currentAccountId,
1901
'name': extName,
1902
'type': App.type,
1903
- 'url': isReleaseRESTful ? ('/' + methodInfo.method + '/' + methodInfo.tag) : ('/' + method),
+ 'url': '/' + method, // 'url': isReleaseRESTful ? ('/' + methodInfo.method + '/' + methodInfo.tag) : ('/' + method),
1904
'request': JSON.stringify(btnIndex <= 0 ? constJson : mapReq, null, ' '),
1905
'apijson': btnIndex <= 0 ? undefined : JSON.stringify(constJson, null, ' '),
1906
'standard': commentObj == null ? null : JSON.stringify(commentObj, null, ' '),
0 commit comments