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 7a9f28c commit ac918e4Copy full SHA for ac918e4
APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/api/js/main.js
@@ -7124,7 +7124,8 @@ https://github.com/Tencent/APIJSON/issues
7124
url = (isAdminOperation ? this.server : this.getBaseUrl()) + url
7125
}
7126
7127
- var isDelegate = (isAdminOperation == false && this.isDelegateEnabled) || (isAdminOperation && url.indexOf('://apijson.cn:9090') > 0)
+ var isDelegate = (isAdminOperation == false && this.isDelegateEnabled)
7128
+ || (isAdminOperation && (url.indexOf('://apijson.cn:9090') > 0 || url.indexOf('.devin.ai') > 0))
7129
7130
if (header != null && header.Cookie != null) {
7131
if (isDelegate) {
0 commit comments