Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ export const codeMessage = {
504: '网关超时。',
};

// TODO: 应作为配置项
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';