You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/08/01 03:09:49 UTC

[apisix-dashboard] branch master updated: feat(conf): update default preview API (#353)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new b657493  feat(conf): update default preview API (#353)
b657493 is described below

commit b657493fbb7e65b9e36558f4346eb8febf9e176c
Author: 琚致远 <ju...@apache.org>
AuthorDate: Sat Aug 1 11:09:39 2020 +0800

    feat(conf): update default preview API (#353)
---
 src/constants.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/constants.ts b/src/constants.ts
index 6e95a55..f99da28 100644
--- a/src/constants.ts
+++ b/src/constants.ts
@@ -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';