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 0613b72 commit b657493Copy full SHA for b657493
src/constants.ts
@@ -32,5 +32,5 @@ export const codeMessage = {
32
504: '网关超时。',
33
};
34
35
-// TODO: 应作为配置项
36
-export const DEFAULT_BASE_URL = 'http://127.0.0.1:8080/apisix/admin';
+// NOTE: This is the Manager API Address, e.g http://127.0.0.1:8080/apisix/admin
+export const DEFAULT_BASE_URL = 'https://api.apisix.dev/apisix/admin';
0 commit comments