Skip to content

Commit b657493

Browse files
authored
feat(conf): update default preview API (#353)
1 parent 0613b72 commit b657493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ export const codeMessage = {
3232
504: '网关超时。',
3333
};
3434

35-
// TODO: 应作为配置项
36-
export const DEFAULT_BASE_URL = 'http://127.0.0.1:8080/apisix/admin';
35+
// NOTE: This is the Manager API Address, e.g http://127.0.0.1:8080/apisix/admin
36+
export const DEFAULT_BASE_URL = 'https://api.apisix.dev/apisix/admin';

0 commit comments

Comments
 (0)